#045812

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

Shades of Crusoe #045812

Tints of Crusoe #045812

Color information

#045812 (or 0x045812) is unknown color: approx Crusoe. HEX triplet: 04, 58 and 12. RGB value is (4,88,18). Sum of RGB (Red+Green+Blue) = 4+88+18=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #045812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045812 is #FBA7ED. Grayscale: #373737. Windows color (decimal): -16492526 or 1202180. OLE color: 1202180.

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

Color convert

RGB48818-
CMYK0.9500.800.65
HSL130º91.3%18.04%-
HSV(B)130º95.45%34.51%-
XYZ3.657.051.74-
YUV54.9107.1791.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 88 (34.77% from 255) = 80%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=3.64%
G=80%
B=16.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488180.9500.800.6513091.318.04
Hex458125F05041825b12
Octal413022137012010120213322
Binary100101100010010101111101010000100000110000010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045812; }

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

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

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

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

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

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

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

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