#136B2C

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

Shades of Camarone #136B2C

Tints of Camarone #136B2C

Color information

#136B2C (or 0x136B2C) is unknown color: approx Camarone. HEX triplet: 13, 6B and 2C. RGB value is (19,107,44). Sum of RGB (Red+Green+Blue) = 19+107+44=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 107 (42.19% from 255 or 62.94% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2C is #EC94D3. Grayscale: #494949. Windows color (decimal): -15504596 or 2910995. OLE color: 2910995.

HSL color Cylindrical-coordinate representation of color #136B2C: hue angle of 137.05º 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 #136B2C is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB1910744-
CMYK0.8200.590.58
HSL137.05º69.84%24.71%-
HSV(B)137.05º82.24%41.96%-
XYZ5.9810.844.16-
YUV73.51111.3589.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 107 (42.19% from 255) = 62.94%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=11.18%
G=62.94%
B=25.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107440.8200.590.58137.0569.8424.71
Hex136B2C5203B3A894619
Octal23153541220737221110631
Binary1001111010111011001010010011101111101010001001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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