#055914

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

Shades of Crusoe #055914

Tints of Crusoe #055914

Color information

#055914 (or 0x055914) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 14. RGB value is (5,89,20). Sum of RGB (Red+Green+Blue) = 5+89+20=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #055914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055914 is #FAA6EB. Grayscale: #383838. Windows color (decimal): -16426732 or 1333509. OLE color: 1333509.

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

Color convert

RGB58920-
CMYK0.9400.780.65
HSL130.71º89.36%18.43%-
HSV(B)130.71º94.38%34.9%-
XYZ3.767.231.86-
YUV56.02107.6791.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 89 (35.16% from 255) = 78.07%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=4.39%
G=78.07%
B=17.54%

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
Decimal589200.9400.780.65130.7189.3618.43
Hex559145E04E41835912
Octal513124136011610120313122
Binary101101100110100101111001001110100000110000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055914; }

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

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

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

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

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

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

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

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