Html Css Color HEX #018249 Salem

📋 copy color: '#018249'

red 1 ◦ green 130 ◦ blue 73

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

Shades of Salem #018249

Tints of Salem #018249

RGB

 RED value IS 1 (0.78% from 255) = 0.49%

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

 BLUE value IS 73 (28.91% from 255) = 35.78%

R = 0.49%
G = 63.73%
B = 35.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#018249 (or 0x018249) is known color: Salem. HEX triplet: 01, 82 and 49. RGB value is (1,130,73). Sum of RGB (Red+Green+Blue) = 1+130+73=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #018249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018249 is #FE7DB6. Grayscale: #555555. Windows color (decimal): -16678327 or 4817409. OLE color: 4817409.

HSL color Cylindrical-coordinate representation of color #018249: hue angle of 153.49º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018249 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 73 -
CMYK 0.99 0 0.44 0.49
HSL 153.49º 0.98% 0.26% -
HSV(B) 153.49º 0.99% 0.51% -
XYZ 9.2 16.45 8.99 -
YUV 84.93 121.26 68.13 -
System Red Green Blue C M Y K H S L
Decimal 1 130 73 0.99 0 0.44 0.49 153.49 0.98 0.26
Hex 1 82 49 63 0 2C 31 99 62 1A
Octal 1 202 111 143 0 54 61 231 142 32
Binary 1 10000010 1001001 1100011 0 101100 110001 10011001 1100010 11010

Color Harmonies of #018249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018249

Black with #018249

Text Example


Text Example

White with #018249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018249; }

 p { color: rgb(1,130,73); }

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

background-color css

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

 a { background-color: rgb(1,130,73); }

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

border-color css

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

 span { border-color: rgb(1,130,73); }

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