Html Css Color HEX #0E7848 Salem

📋 copy color: '#0E7848'

red 14 ◦ green 120 ◦ blue 72

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

Shades of Salem #0E7848

Tints of Salem #0E7848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.25%

 BLUE value IS 72 (28.52% from 255) = 34.95%

R = 6.8%
G = 58.25%
B = 34.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#0E7848 (or 0x0E7848) is known color: Salem. HEX triplet: 0E, 78 and 48. RGB value is (14,120,72). Sum of RGB (Red+Green+Blue) = 14+120+72=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7848 is #F187B7. Grayscale: #525252. Windows color (decimal): -15828920 or 4749326. OLE color: 4749326.

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

Color convert

RGB 14 120 72 -
CMYK 0.88 0 0.40 0.53
HSL 152.83º 0.79% 0.26% -
HSV(B) 152.83º 0.88% 0.47% -
XYZ 8.07 13.99 8.41 -
YUV 82.83 121.88 78.9 -
System Red Green Blue C M Y K H S L
Decimal 14 120 72 0.88 0 0.40 0.53 152.83 0.79 0.26
Hex E 78 48 58 0 28 35 99 4F 1A
Octal 16 170 110 130 0 50 65 231 117 32
Binary 1110 1111000 1001000 1011000 0 101000 110101 10011001 1001111 11010

Color Harmonies of #0E7848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7848

Black with #0E7848

Text Example


Text Example

White with #0E7848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,72); }

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

background-color css

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

 a { background-color: rgb(14,120,72); }

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

border-color css

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

 span { border-color: rgb(14,120,72); }

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