Html Css Color HEX #10884B Salem

📋 copy color: '#10884B'

red 16 ◦ green 136 ◦ blue 75

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

Shades of Salem #10884B

Tints of Salem #10884B

RGB

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

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

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

R = 7.05%
G = 59.91%
B = 33.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#10884B (or 0x10884B) is known color: Salem. HEX triplet: 10, 88 and 4B. RGB value is (16,136,75). Sum of RGB (Red+Green+Blue) = 16+136+75=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #10884B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10884B is #EF77B4. Grayscale: #5D5D5D. Windows color (decimal): -15693749 or 4950032. OLE color: 4950032.

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

Color convert

RGB 16 136 75 -
CMYK 0.88 0 0.45 0.47
HSL 149.5º 0.79% 0.3% -
HSV(B) 149.5º 0.88% 0.53% -
XYZ 10.29 18.23 9.63 -
YUV 93.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 16 136 75 0.88 0 0.45 0.47 149.5 0.79 0.3
Hex 10 88 4B 58 0 2D 2F 96 4F 1E
Octal 20 210 113 130 0 55 57 226 117 36
Binary 10000 10001000 1001011 1011000 0 101101 101111 10010110 1001111 11110

Color Harmonies of #10884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10884B

Black with #10884B

Text Example


Text Example

White with #10884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10884B; }

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

 H1.HeaderClassName
 {
   color: #10884B;
 }
 .AnyTagClassName
 {
   color: #10884B;
 }
</style>

background-color css

<style>
 a { background-color: #10884B; }

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

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

border-color css

<style>
 span { border-color: #10884B; }

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

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