Html Css Color HEX #12864B Salem

📋 copy color: '#12864B'

red 18 ◦ green 134 ◦ blue 75

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

Shades of Salem #12864B

Tints of Salem #12864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.03%

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

R = 7.93%
G = 59.03%
B = 33.04%

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

#12864B (or 0x12864B) is known color: Salem. HEX triplet: 12, 86 and 4B. RGB value is (18,134,75). Sum of RGB (Red+Green+Blue) = 18+134+75=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #12864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12864B is #ED79B4. Grayscale: #5C5C5C. Windows color (decimal): -15563189 or 4949522. OLE color: 4949522.

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

Color convert

RGB 18 134 75 -
CMYK 0.87 0 0.44 0.47
HSL 149.48º 0.76% 0.3% -
HSV(B) 149.48º 0.87% 0.53% -
XYZ 10.04 17.69 9.54 -
YUV 92.59 118.07 74.8 -
System Red Green Blue C M Y K H S L
Decimal 18 134 75 0.87 0 0.44 0.47 149.48 0.76 0.3
Hex 12 86 4B 57 0 2C 2F 95 4C 1E
Octal 22 206 113 127 0 54 57 225 114 36
Binary 10010 10000110 1001011 1010111 0 101100 101111 10010101 1001100 11110

Color Harmonies of #12864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12864B

Black with #12864B

Text Example


Text Example

White with #12864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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