Html Css Color HEX #0E873E Salem

📋 copy color: '#0E873E'

red 14 ◦ green 135 ◦ blue 62

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

Shades of Salem #0E873E

Tints of Salem #0E873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 6.64%
G = 63.98%
B = 29.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#0E873E (or 0x0E873E) is known color: Salem. HEX triplet: 0E, 87 and 3E. RGB value is (14,135,62). Sum of RGB (Red+Green+Blue) = 14+135+62=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #0E873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E873E is #F178C1. Grayscale: #5A5A5A. Windows color (decimal): -15825090 or 4097806. OLE color: 4097806.

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

Color convert

RGB 14 135 62 -
CMYK 0.90 0 0.54 0.47
HSL 143.8º 0.81% 0.29% -
HSV(B) 143.8º 0.9% 0.53% -
XYZ 9.71 17.77 7.48 -
YUV 90.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 14 135 62 0.90 0 0.54 0.47 143.8 0.81 0.29
Hex E 87 3E 5A 0 36 2F 90 51 1D
Octal 16 207 76 132 0 66 57 220 121 35
Binary 1110 10000111 111110 1011010 0 110110 101111 10010000 1010001 11101

Color Harmonies of #0E873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E873E

Black with #0E873E

Text Example


Text Example

White with #0E873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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