Html Css Color HEX #037222 Crusoe

📋 copy color: '#037222'

red 3 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #037222

Tints of Crusoe #037222

RGB

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

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

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

R = 1.99%
G = 75.5%
B = 22.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#037222 (or 0x037222) is known color: Crusoe. HEX triplet: 03, 72 and 22. RGB value is (3,114,34). Sum of RGB (Red+Green+Blue) = 3+114+34=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #037222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037222 is #FC8DDD. Grayscale: #474747. Windows color (decimal): -16551390 or 2257411. OLE color: 2257411.

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

Color convert

RGB 3 114 34 -
CMYK 0.97 0 0.70 0.55
HSL 136.76º 0.95% 0.23% -
HSV(B) 136.76º 0.97% 0.45% -
XYZ 6.34 12.17 3.53 -
YUV 71.69 106.73 79 -
System Red Green Blue C M Y K H S L
Decimal 3 114 34 0.97 0 0.70 0.55 136.76 0.95 0.23
Hex 3 72 22 61 0 46 37 89 5F 17
Octal 3 162 42 141 0 106 67 211 137 27
Binary 11 1110010 100010 1100001 0 1000110 110111 10001001 1011111 10111

Color Harmonies of #037222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037222

Black with #037222

Text Example


Text Example

White with #037222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037222; }

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

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

background-color css

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

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

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

border-color css

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

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

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