#136B31

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

Shades of Camarone #136B31

Tints of Camarone #136B31

Color information

#136B31 (or 0x136B31) is unknown color: approx Camarone. HEX triplet: 13, 6B and 31. RGB value is (19,107,49). Sum of RGB (Red+Green+Blue) = 19+107+49=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #136B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B31 is #EC94CE. Grayscale: #4A4A4A. Windows color (decimal): -15504591 or 3238675. OLE color: 3238675.

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

Color convert

RGB1910749-
CMYK0.8200.540.58
HSL140.45º69.84%24.71%-
HSV(B)140.45º82.24%41.96%-
XYZ6.0810.884.68-
YUV74.08113.8588.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 107 (42.19% from 255) = 61.14%
BLUE value IS 49 (19.53% from 255) = 28%
R=10.86%
G=61.14%
B=28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107490.8200.540.58140.4569.8424.71
Hex136B31520363A8c4619
Octal23153611220667221410631
Binary1001111010111100011010010011011011101010001100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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