#04701E

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

Shades of Crusoe #04701E

Tints of Crusoe #04701E

Color information

#04701E (or 0x04701E) is unknown color: approx Crusoe. HEX triplet: 04, 70 and 1E. RGB value is (4,112,30). Sum of RGB (Red+Green+Blue) = 4+112+30=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #04701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701E is #FB8FE1. Grayscale: #464646. Windows color (decimal): -16486370 or 1994756. OLE color: 1994756.

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

Color convert

RGB411230-
CMYK0.9600.730.56
HSL134.44º93.1%22.75%-
HSV(B)134.44º96.43%43.92%-
XYZ6.0811.713.17-
YUV70.36105.2280.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 112 (44.14% from 255) = 76.71%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=2.74%
G=76.71%
B=20.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112300.9600.730.56134.4493.122.75
Hex4701E6004938865d17
Octal41603614001117020613527
Binary10011100001111011000000100100111100010000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04701E; }

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

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

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

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

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

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

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

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