#136B2E

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

Shades of Camarone #136B2E

Tints of Camarone #136B2E

Color information

#136B2E (or 0x136B2E) is unknown color: approx Camarone. HEX triplet: 13, 6B and 2E. RGB value is (19,107,46). Sum of RGB (Red+Green+Blue) = 19+107+46=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2E is #EC94D1. Grayscale: #494949. Windows color (decimal): -15504594 or 3042067. OLE color: 3042067.

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

Color convert

RGB1910746-
CMYK0.8200.570.58
HSL138.41º69.84%24.71%-
HSV(B)138.41º82.24%41.96%-
XYZ6.0210.854.36-
YUV73.73112.3588.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 107 (42.19% from 255) = 62.21%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=11.05%
G=62.21%
B=26.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107460.8200.570.58138.4169.8424.71
Hex136B2E520393A8a4619
Octal23153561220717221210631
Binary1001111010111011101010010011100111101010001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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