#055E14

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

Shades of Crusoe #055E14

Tints of Crusoe #055E14

Color information

#055E14 (or 0x055E14) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 14. RGB value is (5,94,20). Sum of RGB (Red+Green+Blue) = 5+94+20=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 94 (37.11% from 255 or 78.99% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 94 - color contains mainly: green. Hex color #055E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E14 is #FAA1EB. Grayscale: #3B3B3B. Windows color (decimal): -16425452 or 1334789. OLE color: 1334789.

HSL color Cylindrical-coordinate representation of color #055E14: hue angle of 130.11º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E14 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB59420-
CMYK0.9500.790.63
HSL130.11º89.9%19.41%-
HSV(B)130.11º94.68%36.86%-
XYZ4.198.092-
YUV58.95106.0189.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 94 (37.11% from 255) = 78.99%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=4.20%
G=78.99%
B=16.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594200.9500.790.63130.1189.919.41
Hex55E145F04F3F825a13
Octal51362413701177720213223
Binary10110111101010010111110100111111111110000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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