Html Css Color HEX #10874D Salem

📋 copy color: '#10874D'

red 16 ◦ green 135 ◦ blue 77

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

Shades of Salem #10874D

Tints of Salem #10874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.21%

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

R = 7.02%
G = 59.21%
B = 33.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#10874D (or 0x10874D) is known color: Salem. HEX triplet: 10, 87 and 4D. RGB value is (16,135,77). Sum of RGB (Red+Green+Blue) = 16+135+77=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #10874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10874D is #EF78B2. Grayscale: #5C5C5C. Windows color (decimal): -15694003 or 5080848. OLE color: 5080848.

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

Color convert

RGB 16 135 77 -
CMYK 0.88 0 0.43 0.47
HSL 150.76º 0.79% 0.3% -
HSV(B) 150.76º 0.88% 0.53% -
XYZ 10.22 17.97 9.95 -
YUV 92.81 119.08 73.22 -
System Red Green Blue C M Y K H S L
Decimal 16 135 77 0.88 0 0.43 0.47 150.76 0.79 0.3
Hex 10 87 4D 58 0 2B 2F 97 4F 1E
Octal 20 207 115 130 0 53 57 227 117 36
Binary 10000 10000111 1001101 1011000 0 101011 101111 10010111 1001111 11110

Color Harmonies of #10874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10874D

Black with #10874D

Text Example


Text Example

White with #10874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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