Html Css Color HEX #0E814D Salem

📋 copy color: '#0E814D'

red 14 ◦ green 129 ◦ blue 77

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

Shades of Salem #0E814D

Tints of Salem #0E814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

 BLUE value IS 77 (30.47% from 255) = 35%

R = 6.36%
G = 58.64%
B = 35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#0E814D (or 0x0E814D) is known color: Salem. HEX triplet: 0E, 81 and 4D. RGB value is (14,129,77). Sum of RGB (Red+Green+Blue) = 14+129+77=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #0E814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E814D is #F17EB2. Grayscale: #585858. Windows color (decimal): -15826611 or 5079310. OLE color: 5079310.

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

Color convert

RGB 14 129 77 -
CMYK 0.89 0 0.40 0.49
HSL 152.87º 0.8% 0.28% -
HSV(B) 152.87º 0.89% 0.51% -
XYZ 9.37 16.33 9.68 -
YUV 88.69 121.4 74.73 -
System Red Green Blue C M Y K H S L
Decimal 14 129 77 0.89 0 0.40 0.49 152.87 0.8 0.28
Hex E 81 4D 59 0 28 31 99 50 1C
Octal 16 201 115 131 0 50 61 231 120 34
Binary 1110 10000001 1001101 1011001 0 101000 110001 10011001 1010000 11100

Color Harmonies of #0E814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E814D

Black with #0E814D

Text Example


Text Example

White with #0E814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,129,77); }

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

background-color css

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

 a { background-color: rgb(14,129,77); }

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

border-color css

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

 span { border-color: rgb(14,129,77); }

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