Html Css Color HEX #047428 Crusoe

📋 copy color: '#047428'

red 4 ◦ green 116 ◦ blue 40

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

Shades of Crusoe #047428

Tints of Crusoe #047428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 72.5%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 2.5%
G = 72.5%
B = 25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#047428 (or 0x047428) is known color: Crusoe. HEX triplet: 04, 74 and 28. RGB value is (4,116,40). Sum of RGB (Red+Green+Blue) = 4+116+40=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 116 (45.70% from 255 or 72.5% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 116 - color contains mainly: green. Hex color #047428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047428 is #FB8BD7. Grayscale: #4A4A4A. Windows color (decimal): -16485336 or 2651140. OLE color: 2651140.

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

Color convert

RGB 4 116 40 -
CMYK 0.97 0 0.66 0.55
HSL 139.29º 0.93% 0.24% -
HSV(B) 139.29º 0.97% 0.45% -
XYZ 6.68 12.67 4.1 -
YUV 73.85 108.89 78.18 -
System Red Green Blue C M Y K H S L
Decimal 4 116 40 0.97 0 0.66 0.55 139.29 0.93 0.24
Hex 4 74 28 61 0 42 37 8B 5D 18
Octal 4 164 50 141 0 102 67 213 135 30
Binary 100 1110100 101000 1100001 0 1000010 110111 10001011 1011101 11000

Color Harmonies of #047428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047428

Black with #047428

Text Example


Text Example

White with #047428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047428; }

 p { color: rgb(4,116,40); }

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

background-color css

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

 a { background-color: rgb(4,116,40); }

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

border-color css

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

 span { border-color: rgb(4,116,40); }

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