#05814F

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

Shades of Salem #05814F

Tints of Salem #05814F

Color information

#05814F (or 0x05814F) is unknown color: approx Salem. HEX triplet: 05, 81 and 4F. RGB value is (5,129,79). Sum of RGB (Red+Green+Blue) = 5+129+79=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #05814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05814F is #FA7EB0. Grayscale: #565656. Windows color (decimal): -16416433 or 5210373. OLE color: 5210373.

HSL color Cylindrical-coordinate representation of color #05814F: hue angle of 155.81º 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 #05814F is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB512979-
CMYK0.9600.390.49
HSL155.81º92.54%26.27%-
HSV(B)155.81º96.12%50.59%-
XYZ9.3216.310.05-
YUV86.22123.9270.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=2.35%
G=60.56%
B=37.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129790.9600.390.49155.8192.5426.27
Hex5814F60027319c5d1a
Octal52011171400476123413532
Binary1011000000110011111100000010011111000110011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05814F; }

 p { color: rgb(5,129,79); }

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

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

 a { background-color: rgb(5,129,79); }

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

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

 span { border-color: rgb(5,129,79); }

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