Html Css Color HEX #136C29 Camarone

📋 copy color: '#136C29'

red 19 ◦ green 108 ◦ blue 41

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

Shades of Camarone #136C29

Tints of Camarone #136C29

RGB

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

 GREEN value IS 108 (42.58% from 255) = 64.29%

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

R = 11.31%
G = 64.29%
B = 24.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#136C29 (or 0x136C29) is known color: Camarone. HEX triplet: 13, 6C and 29. RGB value is (19,108,41). Sum of RGB (Red+Green+Blue) = 19+108+41=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #136C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C29 is #EC93D6. Grayscale: #494949. Windows color (decimal): -15504343 or 2714643. OLE color: 2714643.

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

Color convert

RGB 19 108 41 -
CMYK 0.82 0 0.62 0.58
HSL 134.83º 0.7% 0.25% -
HSV(B) 134.83º 0.82% 0.42% -
XYZ 6.03 11.02 3.91 -
YUV 73.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 19 108 41 0.82 0 0.62 0.58 134.83 0.7 0.25
Hex 13 6C 29 52 0 3E 3A 87 46 19
Octal 23 154 51 122 0 76 72 207 106 31
Binary 10011 1101100 101001 1010010 0 111110 111010 10000111 1000110 11001

Color Harmonies of #136C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C29

Black with #136C29

Text Example


Text Example

White with #136C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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