#04732A

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

Shades of Crusoe #04732A

Tints of Crusoe #04732A

Color information

#04732A (or 0x04732A) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 2A. RGB value is (4,115,42). Sum of RGB (Red+Green+Blue) = 4+115+42=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 115 (45.31% from 255 or 71.43% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 115 - color contains mainly: green. Hex color #04732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04732A is #FB8CD5. Grayscale: #494949. Windows color (decimal): -16485590 or 2781956. OLE color: 2781956.

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

Color convert

RGB411542-
CMYK0.9700.630.55
HSL140.54º93.28%23.33%-
HSV(B)140.54º96.52%45.1%-
XYZ6.612.454.25-
YUV73.49110.2378.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 115 (45.31% from 255) = 71.43%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=2.48%
G=71.43%
B=26.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115420.9700.630.55140.5493.2823.33
Hex4732A6103F378d5d17
Octal4163521410776721513527
Binary10011100111010101100001011111111011110001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04732A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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