Html Css Color HEX #136434 Crusoe

📋 copy color: '#136434'

red 19 ◦ green 100 ◦ blue 52

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

Shades of Crusoe #136434

Tints of Crusoe #136434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.41%

R = 11.11%
G = 58.48%
B = 30.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#136434 (or 0x136434) is known color: Crusoe. HEX triplet: 13, 64 and 34. RGB value is (19,100,52). Sum of RGB (Red+Green+Blue) = 19+100+52=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 100 (39.45% from 255 or 58.48% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 100 - color contains mainly: green. Hex color #136434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136434 is #EC9BCB. Grayscale: #464646. Windows color (decimal): -15506380 or 3433491. OLE color: 3433491.

HSL color Cylindrical-coordinate representation of color #136434: hue angle of 144.44º 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 #136434 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 52 -
CMYK 0.81 0 0.48 0.61
HSL 144.44º 0.68% 0.23% -
HSV(B) 144.44º 0.81% 0.39% -
XYZ 5.45 9.5 4.8 -
YUV 70.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 19 100 52 0.81 0 0.48 0.61 144.44 0.68 0.23
Hex 13 64 34 51 0 30 3D 90 44 17
Octal 23 144 64 121 0 60 75 220 104 27
Binary 10011 1100100 110100 1010001 0 110000 111101 10010000 1000100 10111

Color Harmonies of #136434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136434

Black with #136434

Text Example


Text Example

White with #136434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136434; }

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

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

background-color css

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

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

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

border-color css

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

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

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