Html Css Color HEX #047222 Crusoe

📋 copy color: '#047222'

red 4 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #047222

Tints of Crusoe #047222

RGB

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

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

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

R = 2.63%
G = 75%
B = 22.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#047222 (or 0x047222) is known color: Crusoe. HEX triplet: 04, 72 and 22. RGB value is (4,114,34). Sum of RGB (Red+Green+Blue) = 4+114+34=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #047222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047222 is #FB8DDD. Grayscale: #484848. Windows color (decimal): -16485854 or 2257412. OLE color: 2257412.

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

Color convert

RGB 4 114 34 -
CMYK 0.96 0 0.70 0.55
HSL 136.36º 0.93% 0.23% -
HSV(B) 136.36º 0.96% 0.45% -
XYZ 6.36 12.18 3.53 -
YUV 71.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 4 114 34 0.96 0 0.70 0.55 136.36 0.93 0.23
Hex 4 72 22 60 0 46 37 88 5D 17
Octal 4 162 42 140 0 106 67 210 135 27
Binary 100 1110010 100010 1100000 0 1000110 110111 10001000 1011101 10111

Color Harmonies of #047222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047222

Black with #047222

Text Example


Text Example

White with #047222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047222; }

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

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

background-color css

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

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

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

border-color css

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

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

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