#117A28

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

Shades of Camarone #117A28

Tints of Camarone #117A28

Color information

#117A28 (or 0x117A28) is unknown color: approx Camarone. HEX triplet: 11, 7A and 28. RGB value is (17,122,40). Sum of RGB (Red+Green+Blue) = 17+122+40=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 122 (48.05% from 255 or 68.16% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 122 - color contains mainly: green. Hex color #117A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117A28 is #EE85D7. Grayscale: #515151. Windows color (decimal): -15631832 or 2652689. OLE color: 2652689.

HSL color Cylindrical-coordinate representation of color #117A28: hue angle of 133.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117A28 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB1712240-
CMYK0.8600.670.52
HSL133.14º75.54%27.25%-
HSV(B)133.14º86.07%47.84%-
XYZ7.5714.194.35-
YUV81.26104.7182.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 122 (48.05% from 255) = 68.16%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=9.50%
G=68.16%
B=22.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122400.8600.670.52133.1475.5427.25
Hex117A285604334854c1b
Octal211725012601036420511433
Binary10001111101010100010101100100001111010010000101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117A28; }

 p { color: rgb(17,122,40); }

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

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

 a { background-color: rgb(17,122,40); }

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

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

 span { border-color: rgb(17,122,40); }

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