Html Css Color HEX #10894D Salem

📋 copy color: '#10894D'

red 16 ◦ green 137 ◦ blue 77

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

Shades of Salem #10894D

Tints of Salem #10894D

RGB

 RED value IS 16 (6.64% from 255) = 6.96%

 GREEN value IS 137 (53.91% from 255) = 59.57%

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

R = 6.96%
G = 59.57%
B = 33.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#10894D (or 0x10894D) is known color: Salem. HEX triplet: 10, 89 and 4D. RGB value is (16,137,77). Sum of RGB (Red+Green+Blue) = 16+137+77=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #10894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10894D is #EF76B2. Grayscale: #5E5E5E. Windows color (decimal): -15693491 or 5081360. OLE color: 5081360.

HSL color Cylindrical-coordinate representation of color #10894D: hue angle of 150.25º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10894D is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 16 137 77 -
CMYK 0.88 0 0.44 0.46
HSL 150.25º 0.79% 0.3% -
HSV(B) 150.25º 0.88% 0.54% -
XYZ 10.5 18.54 10.05 -
YUV 93.98 118.41 72.38 -
System Red Green Blue C M Y K H S L
Decimal 16 137 77 0.88 0 0.44 0.46 150.25 0.79 0.3
Hex 10 89 4D 58 0 2C 2E 96 4F 1E
Octal 20 211 115 130 0 54 56 226 117 36
Binary 10000 10001001 1001101 1011000 0 101100 101110 10010110 1001111 11110

Color Harmonies of #10894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10894D

Black with #10894D

Text Example


Text Example

White with #10894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10894D; }

 p { color: rgb(16,137,77); }

 H1.HeaderClassName
 {
   color: #10894D;
 }
 .AnyTagClassName
 {
   color: #10894D;
 }
</style>

background-color css

<style>
 a { background-color: #10894D; }

 a { background-color: rgb(16,137,77); }

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

border-color css

<style>
 span { border-color: #10894D; }

 span { border-color: rgb(16,137,77); }

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