#055318

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

Shades of Crusoe #055318

Tints of Crusoe #055318

Color information

#055318 (or 0x055318) is unknown color: approx Crusoe. HEX triplet: 05, 53 and 18. RGB value is (5,83,24). Sum of RGB (Red+Green+Blue) = 5+83+24=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 83 (32.81% from 255 or 74.11% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 83 - color contains mainly: green. Hex color #055318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055318 is #FAACE7. Grayscale: #353535. Windows color (decimal): -16428264 or 1594117. OLE color: 1594117.

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

Color convert

RGB58324-
CMYK0.9400.710.67
HSL134.62º88.64%17.25%-
HSV(B)134.62º93.98%32.55%-
XYZ3.326.281.9-
YUV52.95111.6693.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 83 (32.81% from 255) = 74.11%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=4.46%
G=74.11%
B=21.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal583240.9400.710.67134.6288.6417.25
Hex553185E04743875911
Octal512330136010710320713121
Binary101101001111000101111001000111100001110000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055318; }

 p { color: rgb(5,83,24); }

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

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

 a { background-color: rgb(5,83,24); }

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

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

 span { border-color: rgb(5,83,24); }

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