Html Css Color HEX #0E8147 Salem

📋 copy color: '#0E8147'

red 14 ◦ green 129 ◦ blue 71

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

Shades of Salem #0E8147

Tints of Salem #0E8147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 6.54%
G = 60.28%
B = 33.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#0E8147 (or 0x0E8147) is known color: Salem. HEX triplet: 0E, 81 and 47. RGB value is (14,129,71). Sum of RGB (Red+Green+Blue) = 14+129+71=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #0E8147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8147 is #F17EB8. Grayscale: #585858. Windows color (decimal): -15826617 or 4686094. OLE color: 4686094.

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

Color convert

RGB 14 129 71 -
CMYK 0.89 0 0.45 0.49
HSL 149.74º 0.8% 0.28% -
HSV(B) 149.74º 0.89% 0.51% -
XYZ 9.17 16.25 8.61 -
YUV 88 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 14 129 71 0.89 0 0.45 0.49 149.74 0.8 0.28
Hex E 81 47 59 0 2D 31 96 50 1C
Octal 16 201 107 131 0 55 61 226 120 34
Binary 1110 10000001 1000111 1011001 0 101101 110001 10010110 1010000 11100

Color Harmonies of #0E8147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8147

Black with #0E8147

Text Example


Text Example

White with #0E8147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,71); }

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

background-color css

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

 a { background-color: rgb(14,129,71); }

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

border-color css

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

 span { border-color: rgb(14,129,71); }

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