#045419

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

Shades of Crusoe #045419

Tints of Crusoe #045419

Color information

#045419 (or 0x045419) is unknown color: approx Crusoe. HEX triplet: 04, 54 and 19. RGB value is (4,84,25). Sum of RGB (Red+Green+Blue) = 4+84+25=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 84 (33.20% from 255 or 74.34% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 84 - color contains mainly: green. Hex color #045419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045419 is #FBABE6. Grayscale: #353535. Windows color (decimal): -16493543 or 1659908. OLE color: 1659908.

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

Color convert

RGB48425-
CMYK0.9500.700.67
HSL135.75º90.91%17.25%-
HSV(B)135.75º95.24%32.94%-
XYZ3.46.441.98-
YUV53.3511292.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 84 (33.20% from 255) = 74.34%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=3.54%
G=74.34%
B=22.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484250.9500.700.67135.7590.9117.25
Hex454195F04643885b11
Octal412431137010610321013321
Binary100101010011001101111101000110100001110001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045419; }

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

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

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

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

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

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

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

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