#055419

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

Shades of Crusoe #055419

Tints of Crusoe #055419

Color information

#055419 (or 0x055419) is unknown color: approx Crusoe. HEX triplet: 05, 54 and 19. RGB value is (5,84,25). Sum of RGB (Red+Green+Blue) = 5+84+25=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 84 (33.20% from 255 or 73.68% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 84 - color contains mainly: green. Hex color #055419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055419 is #FAABE6. Grayscale: #353535. Windows color (decimal): -16428007 or 1659909. OLE color: 1659909.

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

Color convert

RGB58425-
CMYK0.9400.700.67
HSL135.19º88.76%17.45%-
HSV(B)135.19º94.05%32.94%-
XYZ3.416.441.98-
YUV53.65111.8393.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 84 (33.20% from 255) = 73.68%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=4.39%
G=73.68%
B=21.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584250.9400.700.67135.1988.7617.45
Hex554195E04643875911
Octal512431136010610320713121
Binary101101010011001101111001000110100001110000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055419; }

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

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

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

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

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

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

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

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