Html Css Color HEX #0E744B Salem

📋 copy color: '#0E744B'

red 14 ◦ green 116 ◦ blue 75

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

Shades of Salem #0E744B

Tints of Salem #0E744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

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

R = 6.83%
G = 56.59%
B = 36.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#0E744B (or 0x0E744B) is known color: Salem. HEX triplet: 0E, 74 and 4B. RGB value is (14,116,75). Sum of RGB (Red+Green+Blue) = 14+116+75=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #0E744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E744B is #F18BB4. Grayscale: #505050. Windows color (decimal): -15829941 or 4944910. OLE color: 4944910.

HSL color Cylindrical-coordinate representation of color #0E744B: hue angle of 155.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E744B is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 116 75 -
CMYK 0.88 0 0.35 0.55
HSL 155.88º 0.78% 0.25% -
HSV(B) 155.88º 0.88% 0.45% -
XYZ 7.7 13.09 8.78 -
YUV 80.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 14 116 75 0.88 0 0.35 0.55 155.88 0.78 0.25
Hex E 74 4B 58 0 23 37 9C 4E 19
Octal 16 164 113 130 0 43 67 234 116 31
Binary 1110 1110100 1001011 1011000 0 100011 110111 10011100 1001110 11001

Color Harmonies of #0E744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E744B

Black with #0E744B

Text Example


Text Example

White with #0E744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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