#045519

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

Shades of Crusoe #045519

Tints of Crusoe #045519

Color information

#045519 (or 0x045519) is unknown color: approx Crusoe. HEX triplet: 04, 55 and 19. RGB value is (4,85,25). Sum of RGB (Red+Green+Blue) = 4+85+25=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 85 (33.59% from 255 or 74.56% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 85 - color contains mainly: green. Hex color #045519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045519 is #FBAAE6. Grayscale: #363636. Windows color (decimal): -16493287 or 1660164. OLE color: 1660164.

HSL color Cylindrical-coordinate representation of color #045519: hue angle of 135.56º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045519 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB48525-
CMYK0.9500.710.67
HSL135.56º91.01%17.45%-
HSV(B)135.56º95.29%33.33%-
XYZ3.476.592.01-
YUV53.94111.6692.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 85 (33.59% from 255) = 74.56%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=3.51%
G=74.56%
B=21.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485250.9500.710.67135.5691.0117.45
Hex455195F04743885b11
Octal412531137010710321013321
Binary100101010111001101111101000111100001110001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045519; }

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

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

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

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

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

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

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

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