Html Css Color HEX #12824D Salem

📋 copy color: '#12824D'

red 18 ◦ green 130 ◦ blue 77

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

Shades of Salem #12824D

Tints of Salem #12824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 8%
G = 57.78%
B = 34.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#12824D (or 0x12824D) is known color: Salem. HEX triplet: 12, 82 and 4D. RGB value is (18,130,77). Sum of RGB (Red+Green+Blue) = 18+130+77=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #12824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12824D is #ED7DB2. Grayscale: #5A5A5A. Windows color (decimal): -15564211 or 5079570. OLE color: 5079570.

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

Color convert

RGB 18 130 77 -
CMYK 0.86 0 0.41 0.49
HSL 151.61º 0.76% 0.29% -
HSV(B) 151.61º 0.86% 0.51% -
XYZ 9.57 16.63 9.73 -
YUV 90.47 120.39 76.31 -
System Red Green Blue C M Y K H S L
Decimal 18 130 77 0.86 0 0.41 0.49 151.61 0.76 0.29
Hex 12 82 4D 56 0 29 31 98 4C 1D
Octal 22 202 115 126 0 51 61 230 114 35
Binary 10010 10000010 1001101 1010110 0 101001 110001 10011000 1001100 11101

Color Harmonies of #12824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12824D

Black with #12824D

Text Example


Text Example

White with #12824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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