Html Css Color HEX #047221 Crusoe

📋 copy color: '#047221'

red 4 ◦ green 114 ◦ blue 33

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

Shades of Crusoe #047221

Tints of Crusoe #047221

RGB

 RED value IS 4 (1.95% from 255) = 2.65%

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

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

R = 2.65%
G = 75.5%
B = 21.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#047221 (or 0x047221) is known color: Crusoe. HEX triplet: 04, 72 and 21. RGB value is (4,114,33). Sum of RGB (Red+Green+Blue) = 4+114+33=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #047221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047221 is #FB8DDE. Grayscale: #484848. Windows color (decimal): -16485855 or 2191876. OLE color: 2191876.

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

Color convert

RGB 4 114 33 -
CMYK 0.96 0 0.71 0.55
HSL 135.82º 0.93% 0.23% -
HSV(B) 135.82º 0.96% 0.45% -
XYZ 6.34 12.17 3.45 -
YUV 71.88 106.06 79.59 -
System Red Green Blue C M Y K H S L
Decimal 4 114 33 0.96 0 0.71 0.55 135.82 0.93 0.23
Hex 4 72 21 60 0 47 37 88 5D 17
Octal 4 162 41 140 0 107 67 210 135 27
Binary 100 1110010 100001 1100000 0 1000111 110111 10001000 1011101 10111

Color Harmonies of #047221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047221

Black with #047221

Text Example


Text Example

White with #047221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047221; }

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

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

background-color css

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

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

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

border-color css

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

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

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