Html Css Color HEX #12824E Salem

📋 copy color: '#12824E'

red 18 ◦ green 130 ◦ blue 78

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

Shades of Salem #12824E

Tints of Salem #12824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.52%

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 7.96%
G = 57.52%
B = 34.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#12824E (or 0x12824E) is known color: Salem. HEX triplet: 12, 82 and 4E. RGB value is (18,130,78). Sum of RGB (Red+Green+Blue) = 18+130+78=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #12824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12824E is #ED7DB1. Grayscale: #5A5A5A. Windows color (decimal): -15564210 or 5145106. OLE color: 5145106.

HSL color Cylindrical-coordinate representation of color #12824E: hue angle of 152.14º 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 #12824E is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 78 -
CMYK 0.86 0 0.40 0.49
HSL 152.14º 0.76% 0.29% -
HSV(B) 152.14º 0.86% 0.51% -
XYZ 9.61 16.64 9.91 -
YUV 90.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 18 130 78 0.86 0 0.40 0.49 152.14 0.76 0.29
Hex 12 82 4E 56 0 28 31 98 4C 1D
Octal 22 202 116 126 0 50 61 230 114 35
Binary 10010 10000010 1001110 1010110 0 101000 110001 10011000 1001100 11101

Color Harmonies of #12824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12824E

Black with #12824E

Text Example


Text Example

White with #12824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12824E; }

 p { color: rgb(18,130,78); }

 H1.HeaderClassName
 {
   color: #12824E;
 }
 .AnyTagClassName
 {
   color: #12824E;
 }
</style>

background-color css

<style>
 a { background-color: #12824E; }

 a { background-color: rgb(18,130,78); }

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

border-color css

<style>
 span { border-color: #12824E; }

 span { border-color: rgb(18,130,78); }

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