#04711E

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

Shades of Crusoe #04711E

Tints of Crusoe #04711E

Color information

#04711E (or 0x04711E) is unknown color: approx Crusoe. HEX triplet: 04, 71 and 1E. RGB value is (4,113,30). Sum of RGB (Red+Green+Blue) = 4+113+30=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #04711E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04711E is #FB8EE1. Grayscale: #474747. Windows color (decimal): -16486114 or 1995012. OLE color: 1995012.

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

Color convert

RGB411330-
CMYK0.9600.730.56
HSL134.31º93.16%22.94%-
HSV(B)134.31º96.46%44.31%-
XYZ6.1911.933.2-
YUV70.95104.8980.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 113 (44.53% from 255) = 76.87%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=2.72%
G=76.87%
B=20.41%

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
Decimal4113300.9600.730.56134.3193.1622.94
Hex4711E6004938865d17
Octal41613614001117020613527
Binary10011100011111011000000100100111100010000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04711E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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