#045A16

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

Shades of Crusoe #045A16

Tints of Crusoe #045A16

Color information

#045A16 (or 0x045A16) is unknown color: approx Crusoe. HEX triplet: 04, 5A and 16. RGB value is (4,90,22). Sum of RGB (Red+Green+Blue) = 4+90+22=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 90 (35.55% from 255 or 77.59% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 90 - color contains mainly: green. Hex color #045A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A16 is #FBA5E9. Grayscale: #383838. Windows color (decimal): -16492010 or 1464836. OLE color: 1464836.

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

Color convert

RGB49022-
CMYK0.9600.760.65
HSL132.56º91.49%18.43%-
HSV(B)132.56º95.56%35.29%-
XYZ3.857.41.98-
YUV56.53108.5190.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 90 (35.55% from 255) = 77.59%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=3.45%
G=77.59%
B=18.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490220.9600.760.65132.5691.4918.43
Hex45A166004C41855b12
Octal413226140011410120513322
Binary100101101010110110000001001100100000110000101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045A16; }

 p { color: rgb(4,90,22); }

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

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

 a { background-color: rgb(4,90,22); }

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

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

 span { border-color: rgb(4,90,22); }

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