#05804B

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

Shades of Salem #05804B

Tints of Salem #05804B

Color information

#05804B (or 0x05804B) is unknown color: approx Salem. HEX triplet: 05, 80 and 4B. RGB value is (5,128,75). Sum of RGB (Red+Green+Blue) = 5+128+75=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #05804B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05804B is #FA7FB4. Grayscale: #555555. Windows color (decimal): -16416693 or 4947973. OLE color: 4947973.

HSL color Cylindrical-coordinate representation of color #05804B: hue angle of 154.15º 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 #05804B is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB512875-
CMYK0.9600.410.50
HSL154.15º92.48%26.08%-
HSV(B)154.15º96.09%50.2%-
XYZ9.0515.989.26-
YUV85.18122.2570.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 128 (50.39% from 255) = 61.54%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=2.40%
G=61.54%
B=36.06%

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
Decimal5128750.9600.410.50154.1592.4826.08
Hex5804B60029329a5c1a
Octal52001131400516223213432
Binary1011000000010010111100000010100111001010011010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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