Html Css Color HEX #0E8249 Salem

📋 copy color: '#0E8249'

red 14 ◦ green 130 ◦ blue 73

#0E8249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #0E8249

Tints of Salem #0E8249

RGB

 RED value IS 14 (5.86% from 255) = 6.45%

 GREEN value IS 130 (51.17% from 255) = 59.91%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 6.45%
G = 59.91%
B = 33.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#0E8249 (or 0x0E8249) is known color: Salem. HEX triplet: 0E, 82 and 49. RGB value is (14,130,73). Sum of RGB (Red+Green+Blue) = 14+130+73=217 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.45% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8249 is #F17DB6. Grayscale: #585858. Windows color (decimal): -15826359 or 4817422. OLE color: 4817422.

HSL color Cylindrical-coordinate representation of color #0E8249: hue angle of 150.52º 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 #0E8249 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 130 73 -
CMYK 0.89 0 0.44 0.49
HSL 150.52º 0.81% 0.28% -
HSV(B) 150.52º 0.89% 0.51% -
XYZ 9.37 16.54 9 -
YUV 88.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 14 130 73 0.89 0 0.44 0.49 150.52 0.81 0.28
Hex E 82 49 59 0 2C 31 97 51 1C
Octal 16 202 111 131 0 54 61 227 121 34
Binary 1110 10000010 1001001 1011001 0 101100 110001 10010111 1010001 11100

Color Harmonies of #0E8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8249

Black with #0E8249

Text Example


Text Example

White with #0E8249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E8249;
 }
 .AnyTagClassName
 {
   color: #0E8249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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