Html Css Color HEX #12874C Salem

📋 copy color: '#12874C'

red 18 ◦ green 135 ◦ blue 76

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

Shades of Salem #12874C

Tints of Salem #12874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 7.86%
G = 58.95%
B = 33.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#12874C (or 0x12874C) is known color: Salem. HEX triplet: 12, 87 and 4C. RGB value is (18,135,76). Sum of RGB (Red+Green+Blue) = 18+135+76=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #12874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12874C is #ED78B3. Grayscale: #5D5D5D. Windows color (decimal): -15562932 or 5015314. OLE color: 5015314.

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

Color convert

RGB 18 135 76 -
CMYK 0.87 0 0.44 0.47
HSL 149.74º 0.76% 0.3% -
HSV(B) 149.74º 0.87% 0.53% -
XYZ 10.22 17.98 9.77 -
YUV 93.29 118.24 74.3 -
System Red Green Blue C M Y K H S L
Decimal 18 135 76 0.87 0 0.44 0.47 149.74 0.76 0.3
Hex 12 87 4C 57 0 2C 2F 96 4C 1E
Octal 22 207 114 127 0 54 57 226 114 36
Binary 10010 10000111 1001100 1010111 0 101100 101111 10010110 1001100 11110

Color Harmonies of #12874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12874C

Black with #12874C

Text Example


Text Example

White with #12874C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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