Html Css Color HEX #0E884B Salem

📋 copy color: '#0E884B'

red 14 ◦ green 136 ◦ blue 75

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

Shades of Salem #0E884B

Tints of Salem #0E884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.44%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 6.22%
G = 60.44%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#0E884B (or 0x0E884B) is known color: Salem. HEX triplet: 0E, 88 and 4B. RGB value is (14,136,75). Sum of RGB (Red+Green+Blue) = 14+136+75=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #0E884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E884B is #F177B4. Grayscale: #5C5C5C. Windows color (decimal): -15824821 or 4950030. OLE color: 4950030.

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

Color convert

RGB 14 136 75 -
CMYK 0.90 0 0.45 0.47
HSL 150º 0.81% 0.29% -
HSV(B) 150º 0.9% 0.53% -
XYZ 10.26 18.21 9.63 -
YUV 92.57 118.08 71.96 -
System Red Green Blue C M Y K H S L
Decimal 14 136 75 0.90 0 0.45 0.47 150 0.81 0.29
Hex E 88 4B 5A 0 2D 2F 96 51 1D
Octal 16 210 113 132 0 55 57 226 121 35
Binary 1110 10001000 1001011 1011010 0 101101 101111 10010110 1010001 11101

Color Harmonies of #0E884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E884B

Black with #0E884B

Text Example


Text Example

White with #0E884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,136,75); }

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

background-color css

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

 a { background-color: rgb(14,136,75); }

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

border-color css

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

 span { border-color: rgb(14,136,75); }

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