Html Css Color HEX #047120 Crusoe

📋 copy color: '#047120'

red 4 ◦ green 113 ◦ blue 32

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

Shades of Crusoe #047120

Tints of Crusoe #047120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 75.84%

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

R = 2.68%
G = 75.84%
B = 21.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#047120 (or 0x047120) is known color: Crusoe. HEX triplet: 04, 71 and 20. RGB value is (4,113,32). Sum of RGB (Red+Green+Blue) = 4+113+32=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #047120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047120 is #FB8EDF. Grayscale: #474747. Windows color (decimal): -16486112 or 2126084. OLE color: 2126084.

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

Color convert

RGB 4 113 32 -
CMYK 0.96 0 0.72 0.56
HSL 135.41º 0.93% 0.23% -
HSV(B) 135.41º 0.96% 0.44% -
XYZ 6.22 11.94 3.34 -
YUV 71.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 4 113 32 0.96 0 0.72 0.56 135.41 0.93 0.23
Hex 4 71 20 60 0 48 38 87 5D 17
Octal 4 161 40 140 0 110 70 207 135 27
Binary 100 1110001 100000 1100000 0 1001000 111000 10000111 1011101 10111

Color Harmonies of #047120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047120

Black with #047120

Text Example


Text Example

White with #047120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047120; }

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

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

background-color css

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

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

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

border-color css

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

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

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