#055214

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

Shades of Crusoe #055214

Tints of Crusoe #055214

Color information

#055214 (or 0x055214) is unknown color: approx Crusoe. HEX triplet: 05, 52 and 14. RGB value is (5,82,20). Sum of RGB (Red+Green+Blue) = 5+82+20=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #055214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055214 is #FAADEB. Grayscale: #343434. Windows color (decimal): -16428524 or 1331717. OLE color: 1331717.

HSL color Cylindrical-coordinate representation of color #055214: hue angle of 131.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055214 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB58220-
CMYK0.9400.760.68
HSL131.69º88.51%17.06%-
HSV(B)131.69º93.9%32.16%-
XYZ3.216.121.67-
YUV51.91109.9994.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=4.67%
G=76.64%
B=18.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582200.9400.760.68131.6988.5117.06
Hex552145E04C44845911
Octal512224136011410420413121
Binary101101001010100101111001001100100010010000100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055214; }

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

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

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

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

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

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

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

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