#045811

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

Shades of Crusoe #045811

Tints of Crusoe #045811

Color information

#045811 (or 0x045811) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 11. RGB value is (4,88,17). Sum of RGB (Red+Green+Blue) = 4+88+17=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #045811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045811 is #FBA7EE. Grayscale: #363636. Windows color (decimal): -16492527 or 1136644. OLE color: 1136644.

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

Color convert

RGB48817-
CMYK0.9500.810.65
HSL129.29º91.3%18.04%-
HSV(B)129.29º95.45%34.51%-
XYZ3.647.051.7-
YUV54.79106.6791.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 88 (34.77% from 255) = 80.73%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=3.67%
G=80.73%
B=15.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488170.9500.810.65129.2991.318.04
Hex458115F05141815b12
Octal413021137012110120113322
Binary100101100010001101111101010001100000110000001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045811; }

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

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

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

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

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

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

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

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