Html Css Color HEX #136021 Crusoe

📋 copy color: '#136021'

red 19 ◦ green 96 ◦ blue 33

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

Shades of Crusoe #136021

Tints of Crusoe #136021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64.86%

 BLUE value IS 33 (13.28% from 255) = 22.3%

R = 12.84%
G = 64.86%
B = 22.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#136021 (or 0x136021) is known color: Crusoe. HEX triplet: 13, 60 and 21. RGB value is (19,96,33). Sum of RGB (Red+Green+Blue) = 19+96+33=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #136021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136021 is #EC9FDE. Grayscale: #414141. Windows color (decimal): -15507423 or 2187283. OLE color: 2187283.

HSL color Cylindrical-coordinate representation of color #136021: hue angle of 130.91º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136021 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 33 -
CMYK 0.80 0 0.66 0.62
HSL 130.91º 0.67% 0.23% -
HSV(B) 130.91º 0.8% 0.38% -
XYZ 4.73 8.61 2.85 -
YUV 65.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 19 96 33 0.80 0 0.66 0.62 130.91 0.67 0.23
Hex 13 60 21 50 0 42 3E 83 43 17
Octal 23 140 41 120 0 102 76 203 103 27
Binary 10011 1100000 100001 1010000 0 1000010 111110 10000011 1000011 10111

Color Harmonies of #136021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136021

Black with #136021

Text Example


Text Example

White with #136021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136021; }

 p { color: rgb(19,96,33); }

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

background-color css

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

 a { background-color: rgb(19,96,33); }

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

border-color css

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

 span { border-color: rgb(19,96,33); }

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