#136B2F

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

Shades of Camarone #136B2F

Tints of Camarone #136B2F

Color information

#136B2F (or 0x136B2F) is unknown color: approx Camarone. HEX triplet: 13, 6B and 2F. RGB value is (19,107,47). Sum of RGB (Red+Green+Blue) = 19+107+47=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #136B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B2F is #EC94D0. Grayscale: #4A4A4A. Windows color (decimal): -15504593 or 3107603. OLE color: 3107603.

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

Color convert

RGB1910747-
CMYK0.8200.560.58
HSL139.09º69.84%24.71%-
HSV(B)139.09º82.24%41.96%-
XYZ6.0410.864.47-
YUV73.85112.8588.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 107 (42.19% from 255) = 61.85%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=10.98%
G=61.85%
B=27.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107470.8200.560.58139.0969.8424.71
Hex136B2F520383A8b4619
Octal23153571220707221310631
Binary1001111010111011111010010011100011101010001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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