Html Css Color HEX #12873F Salem

📋 copy color: '#12873F'

red 18 ◦ green 135 ◦ blue 63

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

Shades of Salem #12873F

Tints of Salem #12873F

RGB

 RED value IS 18 (7.42% from 255) = 8.33%

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

 BLUE value IS 63 (25% from 255) = 29.17%

R = 8.33%
G = 62.5%
B = 29.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#12873F (or 0x12873F) is known color: Salem. HEX triplet: 12, 87 and 3F. RGB value is (18,135,63). Sum of RGB (Red+Green+Blue) = 18+135+63=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #12873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12873F is #ED78C0. Grayscale: #5B5B5B. Windows color (decimal): -15562945 or 4163346. OLE color: 4163346.

HSL color Cylindrical-coordinate representation of color #12873F: hue angle of 143.08º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12873F is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 63 -
CMYK 0.87 0 0.53 0.47
HSL 143.08º 0.76% 0.3% -
HSV(B) 143.08º 0.87% 0.53% -
XYZ 9.81 17.82 7.62 -
YUV 91.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 18 135 63 0.87 0 0.53 0.47 143.08 0.76 0.3
Hex 12 87 3F 57 0 35 2F 8F 4C 1E
Octal 22 207 77 127 0 65 57 217 114 36
Binary 10010 10000111 111111 1010111 0 110101 101111 10001111 1001100 11110

Color Harmonies of #12873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12873F

Black with #12873F

Text Example


Text Example

White with #12873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12873F; }

 p { color: rgb(18,135,63); }

 H1.HeaderClassName
 {
   color: #12873F;
 }
 .AnyTagClassName
 {
   color: #12873F;
 }
</style>

background-color css

<style>
 a { background-color: #12873F; }

 a { background-color: rgb(18,135,63); }

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

border-color css

<style>
 span { border-color: #12873F; }

 span { border-color: rgb(18,135,63); }

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