#05824C

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

Shades of Salem #05824C

Tints of Salem #05824C

Color information

#05824C (or 0x05824C) is unknown color: approx Salem. HEX triplet: 05, 82 and 4C. RGB value is (5,130,76). Sum of RGB (Red+Green+Blue) = 5+130+76=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #05824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05824C is #FA7DB3. Grayscale: #565656. Windows color (decimal): -16416180 or 5014021. OLE color: 5014021.

HSL color Cylindrical-coordinate representation of color #05824C: hue angle of 154.08º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05824C is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB513076-
CMYK0.9600.420.49
HSL154.08º92.59%26.47%-
HSV(B)154.08º96.15%50.98%-
XYZ9.3516.529.53-
YUV86.47122.0969.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=2.37%
G=61.61%
B=36.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5130760.9600.420.49154.0892.5926.47
Hex5824C6002A319a5d1a
Octal52021141400526123213532
Binary1011000001010011001100000010101011000110011010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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