#045A19

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

Shades of Crusoe #045A19

Tints of Crusoe #045A19

Color information

#045A19 (or 0x045A19) is unknown color: approx Crusoe. HEX triplet: 04, 5A and 19. RGB value is (4,90,25). Sum of RGB (Red+Green+Blue) = 4+90+25=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 90 (35.55% from 255 or 75.63% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 90 - color contains mainly: green. Hex color #045A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A19 is #FBA5E6. Grayscale: #393939. Windows color (decimal): -16492007 or 1661444. OLE color: 1661444.

HSL color Cylindrical-coordinate representation of color #045A19: hue angle of 134.65º 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 #045A19 is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB49025-
CMYK0.9600.720.65
HSL134.65º91.49%18.43%-
HSV(B)134.65º95.56%35.29%-
XYZ3.887.412.15-
YUV56.88110.0190.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 90 (35.55% from 255) = 75.63%
BLUE value IS 25 (10.16% from 255) = 21.01%
R=3.36%
G=75.63%
B=21.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490250.9600.720.65134.6591.4918.43
Hex45A196004841875b12
Octal413231140011010120713322
Binary100101101011001110000001001000100000110000111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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