#117929

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

Shades of Camarone #117929

Tints of Camarone #117929

Color information

#117929 (or 0x117929) is unknown color: approx Camarone. HEX triplet: 11, 79 and 29. RGB value is (17,121,41). Sum of RGB (Red+Green+Blue) = 17+121+41=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 121 (47.66% from 255 or 67.60% from 179); Blue value is 41 (16.41% from 255 or 22.91% from 179); Max value from RGB is 121 - color contains mainly: green. Hex color #117929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117929 is #EE86D6. Grayscale: #515151. Windows color (decimal): -15632087 or 2717969. OLE color: 2717969.

HSL color Cylindrical-coordinate representation of color #117929: hue angle of 133.85º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117929 is Cyan = 0.86, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1712141-
CMYK0.8600.660.53
HSL133.85º75.36%27.06%-
HSV(B)133.85º85.95%47.45%-
XYZ7.4713.954.4-
YUV80.78105.5482.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 121 (47.66% from 255) = 67.60%
BLUE value IS 41 (16.41% from 255) = 22.91%
R=9.50%
G=67.60%
B=22.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121410.8600.660.53133.8575.3627.06
Hex1179295604235864b1b
Octal211715112601026520611333
Binary10001111100110100110101100100001011010110000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117929; }

 p { color: rgb(17,121,41); }

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

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

 a { background-color: rgb(17,121,41); }

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

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

 span { border-color: rgb(17,121,41); }

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