#05804C

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

Shades of Salem #05804C

Tints of Salem #05804C

Color information

#05804C (or 0x05804C) is unknown color: approx Salem. HEX triplet: 05, 80 and 4C. RGB value is (5,128,76). Sum of RGB (Red+Green+Blue) = 5+128+76=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #05804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05804C is #FA7FB3. Grayscale: #555555. Windows color (decimal): -16416692 or 5013509. OLE color: 5013509.

HSL color Cylindrical-coordinate representation of color #05804C: hue angle of 154.63º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05804C is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB512876-
CMYK0.9600.410.50
HSL154.63º92.48%26.08%-
HSV(B)154.63º96.09%50.2%-
XYZ9.0915.999.45-
YUV85.3122.7570.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 128 (50.39% from 255) = 61.24%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=2.39%
G=61.24%
B=36.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5128760.9600.410.50154.6392.4826.08
Hex5804C60029329b5c1a
Octal52001141400516223313432
Binary1011000000010011001100000010100111001010011011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05804C; }

 p { color: rgb(5,128,76); }

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

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

 a { background-color: rgb(5,128,76); }

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

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

 span { border-color: rgb(5,128,76); }

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