#0E824C

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

Shades of Salem #0E824C

Tints of Salem #0E824C

Color information

#0E824C (or 0x0E824C) is unknown color: approx Salem. HEX triplet: 0E, 82 and 4C. RGB value is (14,130,76). Sum of RGB (Red+Green+Blue) = 14+130+76=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #0E824C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E824C is #F17DB3. Grayscale: #595959. Windows color (decimal): -15826356 or 5014030. OLE color: 5014030.

HSL color Cylindrical-coordinate representation of color #0E824C: hue angle of 152.07º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E824C is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1413076-
CMYK0.8900.420.49
HSL152.07º80.56%28.24%-
HSV(B)152.07º89.23%50.98%-
XYZ9.4716.589.54-
YUV89.16120.5774.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.36%
GREEN value IS 130 (51.17% from 255) = 59.09%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=6.36%
G=59.09%
B=34.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal14130760.8900.420.49152.0780.5628.24
HexE824C5902A3198511c
Octal162021141310526123012134
Binary11101000001010011001011001010101011000110011000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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