#047320

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

Shades of Crusoe #047320

Tints of Crusoe #047320

Color information

#047320 (or 0x047320) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 20. RGB value is (4,115,32). Sum of RGB (Red+Green+Blue) = 4+115+32=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #047320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047320 is #FB8CDF. Grayscale: #484848. Windows color (decimal): -16485600 or 2126596. OLE color: 2126596.

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

Color convert

RGB411532-
CMYK0.9700.720.55
HSL135.14º93.28%23.33%-
HSV(B)135.14º96.52%45.1%-
XYZ6.4412.393.42-
YUV72.35105.2379.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 115 (45.31% from 255) = 76.16%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=2.65%
G=76.16%
B=21.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115320.9700.720.55135.1493.2823.33
Hex473206104837875d17
Octal41634014101106720713527
Binary100111001110000011000010100100011011110000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047320; }

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

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

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

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

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

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

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

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