#117828

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

Shades of Camarone #117828

Tints of Camarone #117828

Color information

#117828 (or 0x117828) is unknown color: approx Camarone. HEX triplet: 11, 78 and 28. RGB value is (17,120,40). Sum of RGB (Red+Green+Blue) = 17+120+40=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 120 (47.27% from 255 or 67.80% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 120 - color contains mainly: green. Hex color #117828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117828 is #EE87D7. Grayscale: #505050. Windows color (decimal): -15632344 or 2652177. OLE color: 2652177.

HSL color Cylindrical-coordinate representation of color #117828: hue angle of 133.4º 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 #117828 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1712040-
CMYK0.8600.670.53
HSL133.4º75.18%26.86%-
HSV(B)133.4º85.83%47.06%-
XYZ7.3313.714.27-
YUV80.08105.3883-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 120 (47.27% from 255) = 67.80%
BLUE value IS 40 (16.02% from 255) = 22.60%
R=9.60%
G=67.80%
B=22.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120400.8600.670.53133.475.1826.86
Hex1178285604335854b1b
Octal211705012601036520511333
Binary10001111100010100010101100100001111010110000101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117828; }

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

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

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

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

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

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

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

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