Html Css Color HEX #12914B Salem

📋 copy color: '#12914B'

red 18 ◦ green 145 ◦ blue 75

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

Shades of Salem #12914B

Tints of Salem #12914B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.92%

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

R = 7.56%
G = 60.92%
B = 31.51%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#12914B (or 0x12914B) is known color: Salem. HEX triplet: 12, 91 and 4B. RGB value is (18,145,75). Sum of RGB (Red+Green+Blue) = 18+145+75=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #12914B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12914B is #ED6EB4. Grayscale: #636363. Windows color (decimal): -15560373 or 4952338. OLE color: 4952338.

HSL color Cylindrical-coordinate representation of color #12914B: hue angle of 146.93º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12914B is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 145 75 -
CMYK 0.88 0 0.48 0.43
HSL 146.93º 0.78% 0.32% -
HSV(B) 146.93º 0.88% 0.57% -
XYZ 11.64 20.89 10.07 -
YUV 99.05 114.42 70.19 -
System Red Green Blue C M Y K H S L
Decimal 18 145 75 0.88 0 0.48 0.43 146.93 0.78 0.32
Hex 12 91 4B 58 0 30 2B 93 4E 20
Octal 22 221 113 130 0 60 53 223 116 40
Binary 10010 10010001 1001011 1011000 0 110000 101011 10010011 1001110 100000

Color Harmonies of #12914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12914B

Black with #12914B

Text Example


Text Example

White with #12914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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