#04732D

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

Shades of Crusoe #04732D

Tints of Crusoe #04732D

Color information

#04732D (or 0x04732D) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 2D. RGB value is (4,115,45). Sum of RGB (Red+Green+Blue) = 4+115+45=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #04732D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04732D is #FB8CD2. Grayscale: #4A4A4A. Windows color (decimal): -16485587 or 2978564. OLE color: 2978564.

HSL color Cylindrical-coordinate representation of color #04732D: hue angle of 142.16º 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 #04732D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB411545-
CMYK0.9700.610.55
HSL142.16º93.28%23.33%-
HSV(B)142.16º96.52%45.1%-
XYZ6.6512.484.54-
YUV73.83111.7378.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 115 (45.31% from 255) = 70.12%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=2.44%
G=70.12%
B=27.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115450.9700.610.55142.1693.2823.33
Hex4732D6103D378e5d17
Octal4163551410756721613527
Binary10011100111011011100001011110111011110001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04732D; }

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

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

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

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

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

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

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

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