Html Css Color HEX #037221 Crusoe

📋 copy color: '#037221'

red 3 ◦ green 114 ◦ blue 33

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

Shades of Crusoe #037221

Tints of Crusoe #037221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76%

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

R = 2%
G = 76%
B = 22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#037221 (or 0x037221) is known color: Crusoe. HEX triplet: 03, 72 and 21. RGB value is (3,114,33). Sum of RGB (Red+Green+Blue) = 3+114+33=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 114 (44.92% from 255 or 76% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 114 - color contains mainly: green. Hex color #037221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037221 is #FC8DDE. Grayscale: #474747. Windows color (decimal): -16551391 or 2191875. OLE color: 2191875.

HSL color Cylindrical-coordinate representation of color #037221: hue angle of 136.22º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037221 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 114 33 -
CMYK 0.97 0 0.71 0.55
HSL 136.22º 0.95% 0.23% -
HSV(B) 136.22º 0.97% 0.45% -
XYZ 6.33 12.16 3.45 -
YUV 71.58 106.23 79.09 -
System Red Green Blue C M Y K H S L
Decimal 3 114 33 0.97 0 0.71 0.55 136.22 0.95 0.23
Hex 3 72 21 61 0 47 37 88 5F 17
Octal 3 162 41 141 0 107 67 210 137 27
Binary 11 1110010 100001 1100001 0 1000111 110111 10001000 1011111 10111

Color Harmonies of #037221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037221

Black with #037221

Text Example


Text Example

White with #037221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037221; }

 p { color: rgb(3,114,33); }

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

background-color css

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

 a { background-color: rgb(3,114,33); }

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

border-color css

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

 span { border-color: rgb(3,114,33); }

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