Html Css Color HEX #136620 Crusoe

📋 copy color: '#136620'

red 19 ◦ green 102 ◦ blue 32

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

Shades of Crusoe #136620

Tints of Crusoe #136620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 66.67%

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

R = 12.42%
G = 66.67%
B = 20.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#136620 (or 0x136620) is known color: Crusoe. HEX triplet: 13, 66 and 20. RGB value is (19,102,32). Sum of RGB (Red+Green+Blue) = 19+102+32=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #136620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136620 is #EC99DF. Grayscale: #454545. Windows color (decimal): -15505888 or 2123283. OLE color: 2123283.

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

Color convert

RGB 19 102 32 -
CMYK 0.81 0 0.69 0.6
HSL 129.4º 0.69% 0.24% -
HSV(B) 129.4º 0.81% 0.4% -
XYZ 5.28 9.75 2.97 -
YUV 69.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 19 102 32 0.81 0 0.69 0.6 129.4 0.69 0.24
Hex 13 66 20 51 0 45 3C 81 45 18
Octal 23 146 40 121 0 105 74 201 105 30
Binary 10011 1100110 100000 1010001 0 1000101 111100 10000001 1000101 11000

Color Harmonies of #136620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136620

Black with #136620

Text Example


Text Example

White with #136620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136620; }

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

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

background-color css

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

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

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

border-color css

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

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

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