#047025

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

Shades of Crusoe #047025

Tints of Crusoe #047025

Color information

#047025 (or 0x047025) is unknown color: approx Crusoe. HEX triplet: 04, 70 and 25. RGB value is (4,112,37). Sum of RGB (Red+Green+Blue) = 4+112+37=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #047025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047025 is #FB8FDA. Grayscale: #474747. Windows color (decimal): -16486363 or 2453508. OLE color: 2453508.

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

Color convert

RGB411237-
CMYK0.9600.670.56
HSL138.33º93.1%22.75%-
HSV(B)138.33º96.43%43.92%-
XYZ6.1811.753.69-
YUV71.16108.7280.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 112 (44.14% from 255) = 73.20%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=2.61%
G=73.20%
B=24.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112370.9600.670.56138.3393.122.75
Hex4702560043388a5d17
Octal41604514001037021213527
Binary100111000010010111000000100001111100010001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047025; }

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

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

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

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

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

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

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

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