#055E16

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

Shades of Crusoe #055E16

Tints of Crusoe #055E16

Color information

#055E16 (or 0x055E16) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 16. RGB value is (5,94,22). Sum of RGB (Red+Green+Blue) = 5+94+22=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 94 (37.11% from 255 or 77.69% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 94 - color contains mainly: green. Hex color #055E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E16 is #FAA1E9. Grayscale: #3B3B3B. Windows color (decimal): -16425450 or 1465861. OLE color: 1465861.

HSL color Cylindrical-coordinate representation of color #055E16: hue angle of 131.46º 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 #055E16 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB59422-
CMYK0.9500.770.63
HSL131.46º89.9%19.41%-
HSV(B)131.46º94.68%36.86%-
XYZ4.218.12.1-
YUV59.18107.0189.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 94 (37.11% from 255) = 77.69%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=4.13%
G=77.69%
B=18.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594220.9500.770.63131.4689.919.41
Hex55E165F04D3F835a13
Octal51362613701157720313223
Binary10110111101011010111110100110111111110000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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