Html Css Color HEX #018449 Salem

📋 copy color: '#018449'

red 1 ◦ green 132 ◦ blue 73

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

Shades of Salem #018449

Tints of Salem #018449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.08%

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

R = 0.49%
G = 64.08%
B = 35.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#018449 (or 0x018449) is known color: Salem. HEX triplet: 01, 84 and 49. RGB value is (1,132,73). Sum of RGB (Red+Green+Blue) = 1+132+73=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #018449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018449 is #FE7BB6. Grayscale: #565656. Windows color (decimal): -16677815 or 4817921. OLE color: 4817921.

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

Color convert

RGB 1 132 73 -
CMYK 0.99 0 0.45 0.48
HSL 152.98º 0.98% 0.26% -
HSV(B) 152.98º 0.99% 0.52% -
XYZ 9.47 16.99 9.08 -
YUV 86.11 120.6 67.3 -
System Red Green Blue C M Y K H S L
Decimal 1 132 73 0.99 0 0.45 0.48 152.98 0.98 0.26
Hex 1 84 49 63 0 2D 30 99 62 1A
Octal 1 204 111 143 0 55 60 231 142 32
Binary 1 10000100 1001001 1100011 0 101101 110000 10011001 1100010 11010

Color Harmonies of #018449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018449

Black with #018449

Text Example


Text Example

White with #018449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018449; }

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

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

background-color css

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

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

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

border-color css

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

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

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