Html Css Color HEX #136429 Crusoe

📋 copy color: '#136429'

red 19 ◦ green 100 ◦ blue 41

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

Shades of Crusoe #136429

Tints of Crusoe #136429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.5%

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

R = 11.88%
G = 62.5%
B = 25.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#136429 (or 0x136429) is known color: Crusoe. HEX triplet: 13, 64 and 29. RGB value is (19,100,41). Sum of RGB (Red+Green+Blue) = 19+100+41=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 100 (39.45% from 255 or 62.5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 100 - color contains mainly: green. Hex color #136429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136429 is #EC9BD6. Grayscale: #454545. Windows color (decimal): -15506391 or 2712595. OLE color: 2712595.

HSL color Cylindrical-coordinate representation of color #136429: hue angle of 136.3º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136429 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 41 -
CMYK 0.81 0 0.59 0.61
HSL 136.3º 0.68% 0.23% -
HSV(B) 136.3º 0.81% 0.39% -
XYZ 5.23 9.41 3.64 -
YUV 69.06 112.16 92.3 -
System Red Green Blue C M Y K H S L
Decimal 19 100 41 0.81 0 0.59 0.61 136.3 0.68 0.23
Hex 13 64 29 51 0 3B 3D 88 44 17
Octal 23 144 51 121 0 73 75 210 104 27
Binary 10011 1100100 101001 1010001 0 111011 111101 10001000 1000100 10111

Color Harmonies of #136429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136429

Black with #136429

Text Example


Text Example

White with #136429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136429; }

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

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

background-color css

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

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

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

border-color css

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

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

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