Html Css Color HEX #12874B Salem

📋 copy color: '#12874B'

red 18 ◦ green 135 ◦ blue 75

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

Shades of Salem #12874B

Tints of Salem #12874B

RGB

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

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

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

R = 7.89%
G = 59.21%
B = 32.89%

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

#12874B (or 0x12874B) is known color: Salem. HEX triplet: 12, 87 and 4B. RGB value is (18,135,75). Sum of RGB (Red+Green+Blue) = 18+135+75=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #12874B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12874B is #ED78B4. Grayscale: #5D5D5D. Windows color (decimal): -15562933 or 4949778. OLE color: 4949778.

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

Color convert

RGB 18 135 75 -
CMYK 0.87 0 0.44 0.47
HSL 149.23º 0.76% 0.3% -
HSV(B) 149.23º 0.87% 0.53% -
XYZ 10.18 17.96 9.59 -
YUV 93.18 117.74 74.38 -
System Red Green Blue C M Y K H S L
Decimal 18 135 75 0.87 0 0.44 0.47 149.23 0.76 0.3
Hex 12 87 4B 57 0 2C 2F 95 4C 1E
Octal 22 207 113 127 0 54 57 225 114 36
Binary 10010 10000111 1001011 1010111 0 101100 101111 10010101 1001100 11110

Color Harmonies of #12874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12874B

Black with #12874B

Text Example


Text Example

White with #12874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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