Html Css Color HEX #036B20 Crusoe

📋 copy color: '#036B20'

red 3 ◦ green 107 ◦ blue 32

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

Shades of Crusoe #036B20

Tints of Crusoe #036B20

RGB

 RED value IS 3 (1.56% from 255) = 2.11%

 GREEN value IS 107 (42.19% from 255) = 75.35%

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

R = 2.11%
G = 75.35%
B = 22.54%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#036B20 (or 0x036B20) is known color: Crusoe. HEX triplet: 03, 6B and 20. RGB value is (3,107,32). Sum of RGB (Red+Green+Blue) = 3+107+32=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 107 (42.19% from 255 or 75.35% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 107 - color contains mainly: green. Hex color #036B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B20 is #FC94DF. Grayscale: #434343. Windows color (decimal): -16553184 or 2124547. OLE color: 2124547.

HSL color Cylindrical-coordinate representation of color #036B20: hue angle of 136.73º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B20 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 3 107 32 -
CMYK 0.97 0 0.70 0.58
HSL 136.73º 0.95% 0.22% -
HSV(B) 136.73º 0.97% 0.42% -
XYZ 5.56 10.64 3.13 -
YUV 67.35 108.04 82.1 -
System Red Green Blue C M Y K H S L
Decimal 3 107 32 0.97 0 0.70 0.58 136.73 0.95 0.22
Hex 3 6B 20 61 0 46 3A 89 5F 16
Octal 3 153 40 141 0 106 72 211 137 26
Binary 11 1101011 100000 1100001 0 1000110 111010 10001001 1011111 10110

Color Harmonies of #036B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036B20

Black with #036B20

Text Example


Text Example

White with #036B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036B20; }

 p { color: rgb(3,107,32); }

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

background-color css

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

 a { background-color: rgb(3,107,32); }

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

border-color css

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

 span { border-color: rgb(3,107,32); }

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