#136B21

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

Shades of Camarone #136B21

Tints of Camarone #136B21

Color information

#136B21 (or 0x136B21) is unknown color: approx Camarone. HEX triplet: 13, 6B and 21. RGB value is (19,107,33). Sum of RGB (Red+Green+Blue) = 19+107+33=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #136B21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B21 is #EC94DE. Grayscale: #484848. Windows color (decimal): -15504607 or 2190099. OLE color: 2190099.

HSL color Cylindrical-coordinate representation of color #136B21: hue angle of 129.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B21 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1910733-
CMYK0.8200.690.58
HSL129.55º69.84%24.71%-
HSV(B)129.55º82.24%41.96%-
XYZ5.810.763.21-
YUV72.25105.8590.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 107 (42.19% from 255) = 67.30%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=11.95%
G=67.30%
B=20.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107330.8200.690.58129.5569.8424.71
Hex136B21520453A824619
Octal231534112201057220210631
Binary10011110101110000110100100100010111101010000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,107,33); }

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

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

 a { background-color: rgb(19,107,33); }

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

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

 span { border-color: rgb(19,107,33); }

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