Html Css Color HEX #047022 Crusoe

📋 copy color: '#047022'

red 4 ◦ green 112 ◦ blue 34

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

Shades of Crusoe #047022

Tints of Crusoe #047022

RGB

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

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

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

R = 2.67%
G = 74.67%
B = 22.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#047022 (or 0x047022) is known color: Crusoe. HEX triplet: 04, 70 and 22. RGB value is (4,112,34). Sum of RGB (Red+Green+Blue) = 4+112+34=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #047022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047022 is #FB8FDD. Grayscale: #474747. Windows color (decimal): -16486366 or 2256900. OLE color: 2256900.

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

Color convert

RGB 4 112 34 -
CMYK 0.96 0 0.70 0.56
HSL 136.67º 0.93% 0.23% -
HSV(B) 136.67º 0.96% 0.44% -
XYZ 6.13 11.73 3.45 -
YUV 70.82 107.22 80.34 -
System Red Green Blue C M Y K H S L
Decimal 4 112 34 0.96 0 0.70 0.56 136.67 0.93 0.23
Hex 4 70 22 60 0 46 38 89 5D 17
Octal 4 160 42 140 0 106 70 211 135 27
Binary 100 1110000 100010 1100000 0 1000110 111000 10001001 1011101 10111

Color Harmonies of #047022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047022

Black with #047022

Text Example


Text Example

White with #047022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047022; }

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

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

background-color css

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

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

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

border-color css

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

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

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