Html Css Color HEX #036220 Crusoe

📋 copy color: '#036220'

red 3 ◦ green 98 ◦ blue 32

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

Shades of Crusoe #036220

Tints of Crusoe #036220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 73.68%

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

R = 2.26%
G = 73.68%
B = 24.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#036220 (or 0x036220) is known color: Crusoe. HEX triplet: 03, 62 and 20. RGB value is (3,98,32). Sum of RGB (Red+Green+Blue) = 3+98+32=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #036220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036220 is #FC9DDF. Grayscale: #3E3E3E. Windows color (decimal): -16555488 or 2122243. OLE color: 2122243.

HSL color Cylindrical-coordinate representation of color #036220: hue angle of 138.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036220 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 98 32 -
CMYK 0.97 0 0.67 0.62
HSL 138.32º 0.94% 0.2% -
HSV(B) 138.32º 0.97% 0.38% -
XYZ 4.67 8.86 2.83 -
YUV 62.07 111.03 85.87 -
System Red Green Blue C M Y K H S L
Decimal 3 98 32 0.97 0 0.67 0.62 138.32 0.94 0.2
Hex 3 62 20 61 0 43 3E 8A 5E 14
Octal 3 142 40 141 0 103 76 212 136 24
Binary 11 1100010 100000 1100001 0 1000011 111110 10001010 1011110 10100

Color Harmonies of #036220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036220

Black with #036220

Text Example


Text Example

White with #036220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036220; }

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

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

background-color css

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

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

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

border-color css

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

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

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