Html Css Color HEX #036224 Crusoe

📋 copy color: '#036224'

red 3 ◦ green 98 ◦ blue 36

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

Shades of Crusoe #036224

Tints of Crusoe #036224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.28%

R = 2.19%
G = 71.53%
B = 26.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#036224 (or 0x036224) is known color: Crusoe. HEX triplet: 03, 62 and 24. RGB value is (3,98,36). Sum of RGB (Red+Green+Blue) = 3+98+36=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #036224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036224 is #FC9DDB. Grayscale: #3E3E3E. Windows color (decimal): -16555484 or 2384387. OLE color: 2384387.

HSL color Cylindrical-coordinate representation of color #036224: hue angle of 140.84º 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 #036224 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 98 36 -
CMYK 0.97 0 0.63 0.62
HSL 140.84º 0.94% 0.2% -
HSV(B) 140.84º 0.97% 0.38% -
XYZ 4.72 8.88 3.13 -
YUV 62.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 3 98 36 0.97 0 0.63 0.62 140.84 0.94 0.2
Hex 3 62 24 61 0 3F 3E 8D 5E 14
Octal 3 142 44 141 0 77 76 215 136 24
Binary 11 1100010 100100 1100001 0 111111 111110 10001101 1011110 10100

Color Harmonies of #036224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036224

Black with #036224

Text Example


Text Example

White with #036224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036224; }

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

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

background-color css

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

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

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

border-color css

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

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

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