#045814

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

Shades of Crusoe #045814

Tints of Crusoe #045814

Color information

#045814 (or 0x045814) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 14. RGB value is (4,88,20). Sum of RGB (Red+Green+Blue) = 4+88+20=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #045814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045814 is #FBA7EB. Grayscale: #373737. Windows color (decimal): -16492524 or 1333252. OLE color: 1333252.

HSL color Cylindrical-coordinate representation of color #045814: hue angle of 131.43º 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 #045814 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB48820-
CMYK0.9500.770.65
HSL131.43º91.3%18.04%-
HSV(B)131.43º95.45%34.51%-
XYZ3.677.061.83-
YUV55.13108.1791.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 88 (34.77% from 255) = 78.57%
BLUE value IS 20 (8.20% from 255) = 17.86%
R=3.57%
G=78.57%
B=17.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488200.9500.770.65131.4391.318.04
Hex458145F04D41835b12
Octal413024137011510120313322
Binary100101100010100101111101001101100000110000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045814; }

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

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

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

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

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

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

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

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