#04731E

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

Shades of Crusoe #04731E

Tints of Crusoe #04731E

Color information

#04731E (or 0x04731E) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 1E. RGB value is (4,115,30). Sum of RGB (Red+Green+Blue) = 4+115+30=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 115 (45.31% from 255 or 77.18% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 115 - color contains mainly: green. Hex color #04731E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04731E is #FB8CE1. Grayscale: #484848. Windows color (decimal): -16485602 or 1995524. OLE color: 1995524.

HSL color Cylindrical-coordinate representation of color #04731E: hue angle of 134.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04731E is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB411530-
CMYK0.9700.740.55
HSL134.05º93.28%23.33%-
HSV(B)134.05º96.52%45.1%-
XYZ6.4212.383.28-
YUV72.12104.2379.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 115 (45.31% from 255) = 77.18%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=2.68%
G=77.18%
B=20.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115300.9700.740.55134.0593.2823.33
Hex4731E6104A37865d17
Octal41633614101126720613527
Binary10011100111111011000010100101011011110000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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