#047324

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

Shades of Crusoe #047324

Tints of Crusoe #047324

Color information

#047324 (or 0x047324) is unknown color: approx Crusoe. HEX triplet: 04, 73 and 24. RGB value is (4,115,36). Sum of RGB (Red+Green+Blue) = 4+115+36=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #047324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047324 is #FB8CDB. Grayscale: #494949. Windows color (decimal): -16485596 or 2388740. OLE color: 2388740.

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

Color convert

RGB411536-
CMYK0.9700.690.55
HSL137.3º93.28%23.33%-
HSV(B)137.3º96.52%45.1%-
XYZ6.512.413.72-
YUV72.8107.2378.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=2.58%
G=74.19%
B=23.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115360.9700.690.55137.393.2823.33
Hex473246104537895d17
Octal41634414101056721113527
Binary100111001110010011000010100010111011110001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047324; }

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

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

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

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

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

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

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

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