#117230

Color #117230 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #117230

Tints of Camarone #117230

Color information

#117230 (or 0x117230) is unknown color: approx Camarone. HEX triplet: 11, 72 and 30. RGB value is (17,114,48). Sum of RGB (Red+Green+Blue) = 17+114+48=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #117230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117230 is #EE8DCF. Grayscale: #4D4D4D. Windows color (decimal): -15633872 or 3174929. OLE color: 3174929.

HSL color Cylindrical-coordinate representation of color #117230: hue angle of 139.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117230 is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1711448-
CMYK0.8500.580.55
HSL139.18º74.05%25.69%-
HSV(B)139.18º85.09%44.71%-
XYZ6.7812.374.83-
YUV77.47111.3684.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 114 (44.92% from 255) = 63.69%
BLUE value IS 48 (19.14% from 255) = 26.82%
R=9.50%
G=63.69%
B=26.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17114480.8500.580.55139.1874.0525.69
Hex1172305503A378b4a1a
Octal21162601250726721311232
Binary1000111100101100001010101011101011011110001011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117230; }

 p { color: rgb(17,114,48); }

 H1.HeaderClassName
 {
   color: #117230;
 }
 .AnyTagClassName
 {
   color: #117230;
 }
</style>
background-color css

<style>
 a { background-color: #117230; }

 a { background-color: rgb(17,114,48); }

 div.DivClassName
 {
   background-color: #117230;
 }
 .BgClassName
 {
   background-color: #117230;
 }
</style>
border-color css

<style>
 span { border-color: #117230; }

 span { border-color: rgb(17,114,48); }

 td.TdClassName
 {
   border-color: #117230;
 }
 .TagClassName
 {
   border-color: #117230;
 }
</style>