Html Css Color HEX #136720 Crusoe

📋 copy color: '#136720'

red 19 ◦ green 103 ◦ blue 32

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

Shades of Crusoe #136720

Tints of Crusoe #136720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 66.88%

 BLUE value IS 32 (12.89% from 255) = 20.78%

R = 12.34%
G = 66.88%
B = 20.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#136720 (or 0x136720) is known color: Crusoe. HEX triplet: 13, 67 and 20. RGB value is (19,103,32). Sum of RGB (Red+Green+Blue) = 19+103+32=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #136720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136720 is #EC98DF. Grayscale: #454545. Windows color (decimal): -15505632 or 2123539. OLE color: 2123539.

HSL color Cylindrical-coordinate representation of color #136720: hue angle of 129.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136720 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 32 -
CMYK 0.82 0 0.69 0.60
HSL 129.29º 0.69% 0.24% -
HSV(B) 129.29º 0.82% 0.4% -
XYZ 5.38 9.94 3 -
YUV 69.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 19 103 32 0.82 0 0.69 0.60 129.29 0.69 0.24
Hex 13 67 20 52 0 45 3C 81 45 18
Octal 23 147 40 122 0 105 74 201 105 30
Binary 10011 1100111 100000 1010010 0 1000101 111100 10000001 1000101 11000

Color Harmonies of #136720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136720

Black with #136720

Text Example


Text Example

White with #136720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136720; }

 p { color: rgb(19,103,32); }

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

background-color css

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

 a { background-color: rgb(19,103,32); }

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

border-color css

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

 span { border-color: rgb(19,103,32); }

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