Html Css Color HEX #0E7D45 Salem

📋 copy color: '#0E7D45'

red 14 ◦ green 125 ◦ blue 69

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

Shades of Salem #0E7D45

Tints of Salem #0E7D45

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.1%

 BLUE value IS 69 (27.34% from 255) = 33.17%

R = 6.73%
G = 60.1%
B = 33.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#0E7D45 (or 0x0E7D45) is known color: Salem. HEX triplet: 0E, 7D and 45. RGB value is (14,125,69). Sum of RGB (Red+Green+Blue) = 14+125+69=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #0E7D45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7D45 is #F182BA. Grayscale: #555555. Windows color (decimal): -15827643 or 4553998. OLE color: 4553998.

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

Color convert

RGB 14 125 69 -
CMYK 0.89 0 0.45 0.51
HSL 149.73º 0.8% 0.27% -
HSV(B) 149.73º 0.89% 0.49% -
XYZ 8.59 15.19 8.11 -
YUV 85.43 118.73 77.05 -
System Red Green Blue C M Y K H S L
Decimal 14 125 69 0.89 0 0.45 0.51 149.73 0.8 0.27
Hex E 7D 45 59 0 2D 33 96 50 1B
Octal 16 175 105 131 0 55 63 226 120 33
Binary 1110 1111101 1000101 1011001 0 101101 110011 10010110 1010000 11011

Color Harmonies of #0E7D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7D45

Black with #0E7D45

Text Example


Text Example

White with #0E7D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,125,69); }

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

background-color css

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

 a { background-color: rgb(14,125,69); }

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

border-color css

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

 span { border-color: rgb(14,125,69); }

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