#136B2D

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

Shades of Camarone #136B2D

Tints of Camarone #136B2D

Color information

#136B2D (or 0x136B2D) is unknown color: approx Camarone. HEX triplet: 13, 6B and 2D. RGB value is (19,107,45). Sum of RGB (Red+Green+Blue) = 19+107+45=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2D is #EC94D2. Grayscale: #494949. Windows color (decimal): -15504595 or 2976531. OLE color: 2976531.

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

Color convert

RGB1910745-
CMYK0.8200.580.58
HSL137.73º69.84%24.71%-
HSV(B)137.73º82.24%41.96%-
XYZ610.844.26-
YUV73.62111.8589.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=11.11%
G=62.57%
B=26.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107450.8200.580.58137.7369.8424.71
Hex136B2D5203A3A8a4619
Octal23153551220727221210631
Binary1001111010111011011010010011101011101010001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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