#055B14

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

Shades of Crusoe #055B14

Tints of Crusoe #055B14

Color information

#055B14 (or 0x055B14) is unknown color: approx Crusoe. HEX triplet: 05, 5B and 14. RGB value is (5,91,20). Sum of RGB (Red+Green+Blue) = 5+91+20=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 91 (35.94% from 255 or 78.45% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 91 - color contains mainly: green. Hex color #055B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055B14 is #FAA4EB. Grayscale: #393939. Windows color (decimal): -16426220 or 1334021. OLE color: 1334021.

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

Color convert

RGB59120-
CMYK0.9500.780.64
HSL130.47º89.58%18.82%-
HSV(B)130.47º94.51%35.69%-
XYZ3.937.561.91-
YUV57.19107.0190.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 91 (35.94% from 255) = 78.45%
BLUE value IS 20 (8.20% from 255) = 17.24%
R=4.31%
G=78.45%
B=17.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal591200.9500.780.64130.4789.5818.82
Hex55B145F04E40825a13
Octal513324137011610020213223
Binary101101101110100101111101001110100000010000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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