#055E15

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

Shades of Crusoe #055E15

Tints of Crusoe #055E15

Color information

#055E15 (or 0x055E15) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 15. RGB value is (5,94,21). Sum of RGB (Red+Green+Blue) = 5+94+21=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 94 (37.11% from 255 or 78.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 94 - color contains mainly: green. Hex color #055E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E15 is #FAA1EA. Grayscale: #3B3B3B. Windows color (decimal): -16425451 or 1400325. OLE color: 1400325.

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

Color convert

RGB59421-
CMYK0.9500.780.63
HSL130.79º89.9%19.41%-
HSV(B)130.79º94.68%36.86%-
XYZ4.28.092.05-
YUV59.07106.5189.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 94 (37.11% from 255) = 78.33%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=4.17%
G=78.33%
B=17.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594210.9500.780.63130.7989.919.41
Hex55E155F04E3F835a13
Octal51362513701167720313223
Binary10110111101010110111110100111011111110000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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