#055E13

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

Shades of Crusoe #055E13

Tints of Crusoe #055E13

Color information

#055E13 (or 0x055E13) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 13. RGB value is (5,94,19). Sum of RGB (Red+Green+Blue) = 5+94+19=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 94 (37.11% from 255 or 79.66% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 94 - color contains mainly: green. Hex color #055E13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E13 is #FAA1EC. Grayscale: #3B3B3B. Windows color (decimal): -16425453 or 1269253. OLE color: 1269253.

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

Color convert

RGB59419-
CMYK0.9500.800.63
HSL129.44º89.9%19.41%-
HSV(B)129.44º94.68%36.86%-
XYZ4.188.081.96-
YUV58.84105.5189.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 94 (37.11% from 255) = 79.66%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=4.24%
G=79.66%
B=16.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594190.9500.800.63129.4489.919.41
Hex55E135F0503F815a13
Octal51362313701207720113223
Binary10110111101001110111110101000011111110000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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