#055A14

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

Shades of Crusoe #055A14

Tints of Crusoe #055A14

Color information

#055A14 (or 0x055A14) is unknown color: approx Crusoe. HEX triplet: 05, 5A and 14. RGB value is (5,90,20). Sum of RGB (Red+Green+Blue) = 5+90+20=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #055A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A14 is #FAA5EB. Grayscale: #383838. Windows color (decimal): -16426476 or 1333765. OLE color: 1333765.

HSL color Cylindrical-coordinate representation of color #055A14: hue angle of 130.59º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A14 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB59020-
CMYK0.9400.780.65
HSL130.59º89.47%18.63%-
HSV(B)130.59º94.44%35.29%-
XYZ3.857.41.89-
YUV56.6107.3491.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 90 (35.55% from 255) = 78.26%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=4.35%
G=78.26%
B=17.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal590200.9400.780.65130.5989.4718.63
Hex55A145E04E41835913
Octal513224136011610120313123
Binary101101101010100101111001001110100000110000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055A14; }

 p { color: rgb(5,90,20); }

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

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

 a { background-color: rgb(5,90,20); }

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

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

 span { border-color: rgb(5,90,20); }

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