#04712E

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

Shades of Crusoe #04712E

Tints of Crusoe #04712E

Color information

#04712E (or 0x04712E) is unknown color: approx Crusoe. HEX triplet: 04, 71 and 2E. RGB value is (4,113,46). Sum of RGB (Red+Green+Blue) = 4+113+46=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 113 (44.53% from 255 or 69.33% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 113 - color contains mainly: green. Hex color #04712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04712E is #FB8ED1. Grayscale: #484848. Windows color (decimal): -16486098 or 3043588. OLE color: 3043588.

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

Color convert

RGB411346-
CMYK0.9600.590.56
HSL143.12º93.16%22.94%-
HSV(B)143.12º96.46%44.31%-
XYZ6.4512.034.57-
YUV72.77112.8978.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 113 (44.53% from 255) = 69.33%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=2.45%
G=69.33%
B=28.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113460.9600.590.56143.1293.1622.94
Hex4712E6003B388f5d17
Octal4161561400737021713527
Binary10011100011011101100000011101111100010001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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