#136B29

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

Shades of Camarone #136B29

Tints of Camarone #136B29

Color information

#136B29 (or 0x136B29) is unknown color: approx Camarone. HEX triplet: 13, 6B and 29. RGB value is (19,107,41). Sum of RGB (Red+Green+Blue) = 19+107+41=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #136B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B29 is #EC94D6. Grayscale: #494949. Windows color (decimal): -15504599 or 2714387. OLE color: 2714387.

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

Color convert

RGB1910741-
CMYK0.8200.620.58
HSL135º69.84%24.71%-
HSV(B)135º82.24%41.96%-
XYZ5.9310.813.87-
YUV73.16109.8589.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 107 (42.19% from 255) = 64.07%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=11.38%
G=64.07%
B=24.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107410.8200.620.5813569.8424.71
Hex136B295203E3A874619
Octal23153511220767220710631
Binary1001111010111010011010010011111011101010000111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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