#045413

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

Shades of Crusoe #045413

Tints of Crusoe #045413

Color information

#045413 (or 0x045413) is unknown color: approx Crusoe. HEX triplet: 04, 54 and 13. RGB value is (4,84,19). Sum of RGB (Red+Green+Blue) = 4+84+19=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #045413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045413 is #FBABEC. Grayscale: #343434. Windows color (decimal): -16493549 or 1266692. OLE color: 1266692.

HSL color Cylindrical-coordinate representation of color #045413: hue angle of 131.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045413 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB48419-
CMYK0.9500.770.67
HSL131.25º90.91%17.25%-
HSV(B)131.25º95.24%32.94%-
XYZ3.346.411.68-
YUV52.6710993.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 84 (33.20% from 255) = 78.50%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=3.74%
G=78.50%
B=17.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484190.9500.770.67131.2590.9117.25
Hex454135F04D43835b11
Octal412423137011510320313321
Binary100101010010011101111101001101100001110000011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045413; }

 p { color: rgb(4,84,19); }

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

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

 a { background-color: rgb(4,84,19); }

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

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

 span { border-color: rgb(4,84,19); }

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