#136F24

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

Shades of Camarone #136F24

Tints of Camarone #136F24

Color information

#136F24 (or 0x136F24) is unknown color: approx Camarone. HEX triplet: 13, 6F and 24. RGB value is (19,111,36). Sum of RGB (Red+Green+Blue) = 19+111+36=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 111 (43.75% from 255 or 66.87% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 111 - color contains mainly: green. Hex color #136F24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F24 is #EC90DB. Grayscale: #4B4B4B. Windows color (decimal): -15503580 or 2387731. OLE color: 2387731.

HSL color Cylindrical-coordinate representation of color #136F24: hue angle of 131.09º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F24 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1911136-
CMYK0.8300.680.56
HSL131.09º70.77%25.49%-
HSV(B)131.09º82.88%43.53%-
XYZ6.2711.633.58-
YUV74.94106.0288.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 111 (43.75% from 255) = 66.87%
BLUE value IS 36 (14.45% from 255) = 21.69%
R=11.45%
G=66.87%
B=21.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111360.8300.680.56131.0970.7725.49
Hex136F245304438834719
Octal231574412301047020310731
Binary10011110111110010010100110100010011100010000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136F24; }

 p { color: rgb(19,111,36); }

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

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

 a { background-color: rgb(19,111,36); }

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

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

 span { border-color: rgb(19,111,36); }

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