Html Css Color HEX #0E8B53 Salem

📋 copy color: '#0E8B53'

red 14 ◦ green 139 ◦ blue 83

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

Shades of Salem #0E8B53

Tints of Salem #0E8B53

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.9%

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 5.93%
G = 58.9%
B = 35.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#0E8B53 (or 0x0E8B53) is known color: Salem. HEX triplet: 0E, 8B and 53. RGB value is (14,139,83). Sum of RGB (Red+Green+Blue) = 14+139+83=236 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.93% from 236); Green value is 139 (54.69% from 255 or 58.90% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B53 is #F174AC. Grayscale: #5F5F5F. Windows color (decimal): -15824045 or 5475086. OLE color: 5475086.

HSL color Cylindrical-coordinate representation of color #0E8B53: hue angle of 153.12º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B53 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 139 83 -
CMYK 0.90 0 0.40 0.45
HSL 153.12º 0.82% 0.3% -
HSV(B) 153.12º 0.9% 0.55% -
XYZ 10.98 19.18 11.31 -
YUV 95.24 121.09 70.05 -
System Red Green Blue C M Y K H S L
Decimal 14 139 83 0.90 0 0.40 0.45 153.12 0.82 0.3
Hex E 8B 53 5A 0 28 2D 99 52 1E
Octal 16 213 123 132 0 50 55 231 122 36
Binary 1110 10001011 1010011 1011010 0 101000 101101 10011001 1010010 11110

Color Harmonies of #0E8B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8B53

Black with #0E8B53

Text Example


Text Example

White with #0E8B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,139,83); }

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

background-color css

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

 a { background-color: rgb(14,139,83); }

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

border-color css

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

 span { border-color: rgb(14,139,83); }

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