Html Css Color HEX #136D29 Camarone

📋 copy color: '#136D29'

red 19 ◦ green 109 ◦ blue 41

#136D29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #136D29

Tints of Camarone #136D29

RGB

 RED value IS 19 (7.81% from 255) = 11.24%

 GREEN value IS 109 (42.97% from 255) = 64.5%

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 11.24%
G = 64.5%
B = 24.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#136D29 (or 0x136D29) is known color: Camarone. HEX triplet: 13, 6D and 29. RGB value is (19,109,41). Sum of RGB (Red+Green+Blue) = 19+109+41=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 109 (42.97% from 255 or 64.50% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 109 - color contains mainly: green. Hex color #136D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D29 is #EC92D6. Grayscale: #4A4A4A. Windows color (decimal): -15504087 or 2714899. OLE color: 2714899.

HSL color Cylindrical-coordinate representation of color #136D29: hue angle of 134.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D29 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 109 41 -
CMYK 0.83 0 0.62 0.57
HSL 134.67º 0.7% 0.25% -
HSV(B) 134.67º 0.83% 0.43% -
XYZ 6.14 11.24 3.94 -
YUV 74.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 19 109 41 0.83 0 0.62 0.57 134.67 0.7 0.25
Hex 13 6D 29 53 0 3E 39 87 46 19
Octal 23 155 51 123 0 76 71 207 106 31
Binary 10011 1101101 101001 1010011 0 111110 111001 10000111 1000110 11001

Color Harmonies of #136D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136D29

Black with #136D29

Text Example


Text Example

White with #136D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #136D29;
 }
 .AnyTagClassName
 {
   color: #136D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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