#05834D

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

Shades of Salem #05834D

Tints of Salem #05834D

Color information

#05834D (or 0x05834D) is unknown color: approx Salem. HEX triplet: 05, 83 and 4D. RGB value is (5,131,77). Sum of RGB (Red+Green+Blue) = 5+131+77=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #05834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05834D is #FA7CB2. Grayscale: #575757. Windows color (decimal): -16415923 or 5079813. OLE color: 5079813.

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

Color convert

RGB513177-
CMYK0.9600.410.49
HSL154.29º92.65%26.67%-
HSV(B)154.29º96.18%51.37%-
XYZ9.5216.89.76-
YUV87.17122.2669.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=2.35%
G=61.50%
B=36.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5131770.9600.410.49154.2992.6526.67
Hex5834D60029319a5d1b
Octal52031151400516123213533
Binary1011000001110011011100000010100111000110011010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05834D; }

 p { color: rgb(5,131,77); }

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

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

 a { background-color: rgb(5,131,77); }

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

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

 span { border-color: rgb(5,131,77); }

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