Html Css Color HEX #036022 Crusoe

📋 copy color: '#036022'

red 3 ◦ green 96 ◦ blue 34

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

Shades of Crusoe #036022

Tints of Crusoe #036022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 2.26%
G = 72.18%
B = 25.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#036022 (or 0x036022) is known color: Crusoe. HEX triplet: 03, 60 and 22. RGB value is (3,96,34). Sum of RGB (Red+Green+Blue) = 3+96+34=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #036022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036022 is #FC9FDD. Grayscale: #3D3D3D. Windows color (decimal): -16555998 or 2252803. OLE color: 2252803.

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

Color convert

RGB 3 96 34 -
CMYK 0.97 0 0.65 0.62
HSL 140º 0.94% 0.19% -
HSV(B) 140º 0.97% 0.38% -
XYZ 4.51 8.5 2.92 -
YUV 61.13 112.69 86.54 -
System Red Green Blue C M Y K H S L
Decimal 3 96 34 0.97 0 0.65 0.62 140 0.94 0.19
Hex 3 60 22 61 0 41 3E 8C 5E 13
Octal 3 140 42 141 0 101 76 214 136 23
Binary 11 1100000 100010 1100001 0 1000001 111110 10001100 1011110 10011

Color Harmonies of #036022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036022

Black with #036022

Text Example


Text Example

White with #036022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036022; }

 p { color: rgb(3,96,34); }

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

background-color css

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

 a { background-color: rgb(3,96,34); }

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

border-color css

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

 span { border-color: rgb(3,96,34); }

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