Html Css Color HEX #0E834D Salem

📋 copy color: '#0E834D'

red 14 ◦ green 131 ◦ blue 77

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

Shades of Salem #0E834D

Tints of Salem #0E834D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.01%

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

R = 6.31%
G = 59.01%
B = 34.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#0E834D (or 0x0E834D) is known color: Salem. HEX triplet: 0E, 83 and 4D. RGB value is (14,131,77). Sum of RGB (Red+Green+Blue) = 14+131+77=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #0E834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E834D is #F17CB2. Grayscale: #595959. Windows color (decimal): -15826099 or 5079822. OLE color: 5079822.

HSL color Cylindrical-coordinate representation of color #0E834D: hue angle of 152.31º degrees, saturation: 0.81, 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 #0E834D is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 131 77 -
CMYK 0.89 0 0.41 0.49
HSL 152.31º 0.81% 0.28% -
HSV(B) 152.31º 0.89% 0.51% -
XYZ 9.64 16.86 9.77 -
YUV 89.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 14 131 77 0.89 0 0.41 0.49 152.31 0.81 0.28
Hex E 83 4D 59 0 29 31 98 51 1C
Octal 16 203 115 131 0 51 61 230 121 34
Binary 1110 10000011 1001101 1011001 0 101001 110001 10011000 1010001 11100

Color Harmonies of #0E834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E834D

Black with #0E834D

Text Example


Text Example

White with #0E834D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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