Html Css Color HEX #12834C Salem

📋 copy color: '#12834C'

red 18 ◦ green 131 ◦ blue 76

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

Shades of Salem #12834C

Tints of Salem #12834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.22%

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

R = 8%
G = 58.22%
B = 33.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#12834C (or 0x12834C) is known color: Salem. HEX triplet: 12, 83 and 4C. RGB value is (18,131,76). Sum of RGB (Red+Green+Blue) = 18+131+76=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #12834C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12834C is #ED7CB3. Grayscale: #5B5B5B. Windows color (decimal): -15563956 or 5014290. OLE color: 5014290.

HSL color Cylindrical-coordinate representation of color #12834C: hue angle of 150.8º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12834C is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 76 -
CMYK 0.86 0 0.42 0.49
HSL 150.8º 0.76% 0.29% -
HSV(B) 150.8º 0.86% 0.51% -
XYZ 9.67 16.88 9.59 -
YUV 90.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 18 131 76 0.86 0 0.42 0.49 150.8 0.76 0.29
Hex 12 83 4C 56 0 2A 31 97 4C 1D
Octal 22 203 114 126 0 52 61 227 114 35
Binary 10010 10000011 1001100 1010110 0 101010 110001 10010111 1001100 11101

Color Harmonies of #12834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12834C

Black with #12834C

Text Example


Text Example

White with #12834C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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