Html Css Color HEX #047020 Crusoe

📋 copy color: '#047020'

red 4 ◦ green 112 ◦ blue 32

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

Shades of Crusoe #047020

Tints of Crusoe #047020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 2.7%
G = 75.68%
B = 21.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#047020 (or 0x047020) is known color: Crusoe. HEX triplet: 04, 70 and 20. RGB value is (4,112,32). Sum of RGB (Red+Green+Blue) = 4+112+32=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #047020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047020 is #FB8FDF. Grayscale: #464646. Windows color (decimal): -16486368 or 2125828. OLE color: 2125828.

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

Color convert

RGB 4 112 32 -
CMYK 0.96 0 0.71 0.56
HSL 135.56º 0.93% 0.23% -
HSV(B) 135.56º 0.96% 0.44% -
XYZ 6.1 11.72 3.31 -
YUV 70.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 4 112 32 0.96 0 0.71 0.56 135.56 0.93 0.23
Hex 4 70 20 60 0 47 38 88 5D 17
Octal 4 160 40 140 0 107 70 210 135 27
Binary 100 1110000 100000 1100000 0 1000111 111000 10001000 1011101 10111

Color Harmonies of #047020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047020

Black with #047020

Text Example


Text Example

White with #047020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047020; }

 p { color: rgb(4,112,32); }

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

background-color css

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

 a { background-color: rgb(4,112,32); }

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

border-color css

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

 span { border-color: rgb(4,112,32); }

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