Html Css Color HEX #10893B Salem

📋 copy color: '#10893B'

red 16 ◦ green 137 ◦ blue 59

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

Shades of Salem #10893B

Tints of Salem #10893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 7.55%
G = 64.62%
B = 27.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#10893B (or 0x10893B) is known color: Salem. HEX triplet: 10, 89 and 3B. RGB value is (16,137,59). Sum of RGB (Red+Green+Blue) = 16+137+59=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #10893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10893B is #EF76C4. Grayscale: #5C5C5C. Windows color (decimal): -15693509 or 3901712. OLE color: 3901712.

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

Color convert

RGB 16 137 59 -
CMYK 0.88 0 0.57 0.46
HSL 141.32º 0.79% 0.3% -
HSV(B) 141.32º 0.88% 0.54% -
XYZ 9.95 18.32 7.15 -
YUV 91.93 109.41 73.84 -
System Red Green Blue C M Y K H S L
Decimal 16 137 59 0.88 0 0.57 0.46 141.32 0.79 0.3
Hex 10 89 3B 58 0 39 2E 8D 4F 1E
Octal 20 211 73 130 0 71 56 215 117 36
Binary 10000 10001001 111011 1011000 0 111001 101110 10001101 1001111 11110

Color Harmonies of #10893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10893B

Black with #10893B

Text Example


Text Example

White with #10893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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