#055E1D

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

Shades of Crusoe #055E1D

Tints of Crusoe #055E1D

Color information

#055E1D (or 0x055E1D) is unknown color: approx Crusoe. HEX triplet: 05, 5E and 1D. RGB value is (5,94,29). Sum of RGB (Red+Green+Blue) = 5+94+29=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #055E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E1D is #FAA1E2. Grayscale: #3C3C3C. Windows color (decimal): -16425443 or 1924613. OLE color: 1924613.

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

Color convert

RGB59429-
CMYK0.9500.690.63
HSL136.18º89.9%19.41%-
HSV(B)136.18º94.68%36.86%-
XYZ4.298.132.5-
YUV59.98110.5188.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 94 (37.11% from 255) = 73.44%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=3.91%
G=73.44%
B=22.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal594290.9500.690.63136.1889.919.41
Hex55E1D5F0453F885a13
Octal51363513701057721013223
Binary10110111101110110111110100010111111110001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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