Html Css Color HEX #0E873F Salem

📋 copy color: '#0E873F'

red 14 ◦ green 135 ◦ blue 63

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

Shades of Salem #0E873F

Tints of Salem #0E873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.72%

R = 6.6%
G = 63.68%
B = 29.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#0E873F (or 0x0E873F) is known color: Salem. HEX triplet: 0E, 87 and 3F. RGB value is (14,135,63). Sum of RGB (Red+Green+Blue) = 14+135+63=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #0E873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E873F is #F178C0. Grayscale: #5A5A5A. Windows color (decimal): -15825089 or 4163342. OLE color: 4163342.

HSL color Cylindrical-coordinate representation of color #0E873F: hue angle of 144.3º 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 #0E873F is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 135 63 -
CMYK 0.90 0 0.53 0.47
HSL 144.3º 0.81% 0.29% -
HSV(B) 144.3º 0.9% 0.53% -
XYZ 9.74 17.78 7.62 -
YUV 90.61 112.41 73.35 -
System Red Green Blue C M Y K H S L
Decimal 14 135 63 0.90 0 0.53 0.47 144.3 0.81 0.29
Hex E 87 3F 5A 0 35 2F 90 51 1D
Octal 16 207 77 132 0 65 57 220 121 35
Binary 1110 10000111 111111 1011010 0 110101 101111 10010000 1010001 11101

Color Harmonies of #0E873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E873F

Black with #0E873F

Text Example


Text Example

White with #0E873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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