#045824

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

Shades of Crusoe #045824

Tints of Crusoe #045824

Color information

#045824 (or 0x045824) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 24. RGB value is (4,88,36). Sum of RGB (Red+Green+Blue) = 4+88+36=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #045824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045824 is #FBA7DB. Grayscale: #393939. Windows color (decimal): -16492508 or 2381828. OLE color: 2381828.

HSL color Cylindrical-coordinate representation of color #045824: hue angle of 142.86º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045824 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB48836-
CMYK0.9500.590.65
HSL142.86º91.3%18.04%-
HSV(B)142.86º95.45%34.51%-
XYZ3.867.132.84-
YUV56.96116.1790.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=3.12%
G=68.75%
B=28.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488360.9500.590.65142.8691.318.04
Hex458245F03B418f5b12
Octal41304413707310121713322
Binary100101100010010010111110111011100000110001111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045824; }

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

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

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

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

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

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

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

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