#047327

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

Shades of Crusoe #047327

Tints of Crusoe #047327

Color information

#047327 (or 0x047327) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 27. RGB value is (4,115,39). Sum of RGB (Red+Green+Blue) = 4+115+39=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 115 (45.31% from 255 or 72.78% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 115 - color contains mainly: green. Hex color #047327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047327 is #FB8CD8. Grayscale: #494949. Windows color (decimal): -16485593 or 2585348. OLE color: 2585348.

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

Color convert

RGB411539-
CMYK0.9700.660.55
HSL138.92º93.28%23.33%-
HSV(B)138.92º96.52%45.1%-
XYZ6.5512.433.97-
YUV73.15108.7378.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 115 (45.31% from 255) = 72.78%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=2.53%
G=72.78%
B=24.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115390.9700.660.55138.9293.2823.33
Hex4732761042378b5d17
Octal41634714101026721313527
Binary100111001110011111000010100001011011110001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047327; }

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

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

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

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

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

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

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

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