#0D794A

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

Shades of Salem #0D794A

Tints of Salem #0D794A

Color information

#0D794A (or 0x0D794A) is unknown color: approx Salem. HEX triplet: 0D, 79 and 4A. RGB value is (13,121,74). Sum of RGB (Red+Green+Blue) = 13+121+74=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #0D794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D794A is #F286B5. Grayscale: #535353. Windows color (decimal): -15894198 or 4880653. OLE color: 4880653.

HSL color Cylindrical-coordinate representation of color #0D794A: hue angle of 153.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D794A is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1312174-
CMYK0.8900.390.53
HSL153.89º80.6%26.27%-
HSV(B)153.89º89.26%47.45%-
XYZ8.2414.258.8-
YUV83.35122.7277.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.25%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 74 (29.30% from 255) = 35.58%
R=6.25%
G=58.17%
B=35.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13121740.8900.390.53153.8980.626.27
HexD794A59027359a511a
Octal151711121310476523212132
Binary1101111100110010101011001010011111010110011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D794A; }

 p { color: rgb(13,121,74); }

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

<style>
 a { background-color: #0D794A; }

 a { background-color: rgb(13,121,74); }

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

<style>
 span { border-color: #0D794A; }

 span { border-color: rgb(13,121,74); }

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