#136B2B

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

Shades of Camarone #136B2B

Tints of Camarone #136B2B

Color information

#136B2B (or 0x136B2B) is unknown color: approx Camarone. HEX triplet: 13, 6B and 2B. RGB value is (19,107,43). Sum of RGB (Red+Green+Blue) = 19+107+43=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 107 (42.19% from 255 or 63.31% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2B is #EC94D4. Grayscale: #494949. Windows color (decimal): -15504597 or 2845459. OLE color: 2845459.

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

Color convert

RGB1910743-
CMYK0.8200.600.58
HSL136.36º69.84%24.71%-
HSV(B)136.36º82.24%41.96%-
XYZ5.9610.834.06-
YUV73.39110.8589.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 107 (42.19% from 255) = 63.31%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=11.24%
G=63.31%
B=25.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107430.8200.600.58136.3669.8424.71
Hex136B2B5203C3A884619
Octal23153531220747221010631
Binary1001111010111010111010010011110011101010001000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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