#047024

Color #047024 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #047024

Tints of Crusoe #047024

Color information

#047024 (or 0x047024) is unknown color: approx Crusoe. HEX triplet: 04, 70 and 24. RGB value is (4,112,36). Sum of RGB (Red+Green+Blue) = 4+112+36=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #047024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047024 is #FB8FDB. Grayscale: #474747. Windows color (decimal): -16486364 or 2387972. OLE color: 2387972.

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

Color convert

RGB411236-
CMYK0.9600.680.56
HSL137.78º93.1%22.75%-
HSV(B)137.78º96.43%43.92%-
XYZ6.1611.743.61-
YUV71.04108.2280.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 112 (44.14% from 255) = 73.68%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=2.63%
G=73.68%
B=23.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112360.9600.680.56137.7893.122.75
Hex4702460044388a5d17
Octal41604414001047021213527
Binary100111000010010011000000100010011100010001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047024; }

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

 H1.HeaderClassName
 {
   color: #047024;
 }
 .AnyTagClassName
 {
   color: #047024;
 }
</style>
background-color css

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

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

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

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

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

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