Html Css Color HEX #12873C Salem

📋 copy color: '#12873C'

red 18 ◦ green 135 ◦ blue 60

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

Shades of Salem #12873C

Tints of Salem #12873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 8.45%
G = 63.38%
B = 28.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#12873C (or 0x12873C) is known color: Salem. HEX triplet: 12, 87 and 3C. RGB value is (18,135,60). Sum of RGB (Red+Green+Blue) = 18+135+60=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 135 (53.12% from 255 or 63.38% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 135 - color contains mainly: green. Hex color #12873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12873C is #ED78C3. Grayscale: #5B5B5B. Windows color (decimal): -15562948 or 3966738. OLE color: 3966738.

HSL color Cylindrical-coordinate representation of color #12873C: hue angle of 141.54º 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 #12873C is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 60 -
CMYK 0.87 0 0.56 0.47
HSL 141.54º 0.76% 0.3% -
HSV(B) 141.54º 0.87% 0.53% -
XYZ 9.73 17.78 7.19 -
YUV 91.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 18 135 60 0.87 0 0.56 0.47 141.54 0.76 0.3
Hex 12 87 3C 57 0 38 2F 8E 4C 1E
Octal 22 207 74 127 0 70 57 216 114 36
Binary 10010 10000111 111100 1010111 0 111000 101111 10001110 1001100 11110

Color Harmonies of #12873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12873C

Black with #12873C

Text Example


Text Example

White with #12873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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