Html Css Color HEX #0E873C Salem

📋 copy color: '#0E873C'

red 14 ◦ green 135 ◦ blue 60

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

Shades of Salem #0E873C

Tints of Salem #0E873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 64.59%

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 6.7%
G = 64.59%
B = 28.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#0E873C (or 0x0E873C) is known color: Salem. HEX triplet: 0E, 87 and 3C. RGB value is (14,135,60). Sum of RGB (Red+Green+Blue) = 14+135+60=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #0E873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E873C is #F178C3. Grayscale: #5A5A5A. Windows color (decimal): -15825092 or 3966734. OLE color: 3966734.

HSL color Cylindrical-coordinate representation of color #0E873C: hue angle of 142.81º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E873C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 60 -
CMYK 0.90 0 0.56 0.47
HSL 142.81º 0.81% 0.29% -
HSV(B) 142.81º 0.9% 0.53% -
XYZ 9.66 17.75 7.19 -
YUV 90.27 110.91 73.6 -
System Red Green Blue C M Y K H S L
Decimal 14 135 60 0.90 0 0.56 0.47 142.81 0.81 0.29
Hex E 87 3C 5A 0 38 2F 8F 51 1D
Octal 16 207 74 132 0 70 57 217 121 35
Binary 1110 10000111 111100 1011010 0 111000 101111 10001111 1010001 11101

Color Harmonies of #0E873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E873C

Black with #0E873C

Text Example


Text Example

White with #0E873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,135,60); }

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

background-color css

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

 a { background-color: rgb(14,135,60); }

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

border-color css

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

 span { border-color: rgb(14,135,60); }

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