Html Css Color HEX #018549 Salem

📋 copy color: '#018549'

red 1 ◦ green 133 ◦ blue 73

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

Shades of Salem #018549

Tints of Salem #018549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.25%

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

R = 0.48%
G = 64.25%
B = 35.27%

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

#018549 (or 0x018549) is known color: Salem. HEX triplet: 01, 85 and 49. RGB value is (1,133,73). Sum of RGB (Red+Green+Blue) = 1+133+73=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #018549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018549 is #FE7AB6. Grayscale: #565656. Windows color (decimal): -16677559 or 4818177. OLE color: 4818177.

HSL color Cylindrical-coordinate representation of color #018549: hue angle of 152.73º degrees, saturation: 0.99, 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 #018549 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 73 -
CMYK 0.99 0 0.45 0.48
HSL 152.73º 0.99% 0.26% -
HSV(B) 152.73º 0.99% 0.52% -
XYZ 9.6 17.26 9.13 -
YUV 86.69 120.27 66.88 -
System Red Green Blue C M Y K H S L
Decimal 1 133 73 0.99 0 0.45 0.48 152.73 0.99 0.26
Hex 1 85 49 63 0 2D 30 99 63 1A
Octal 1 205 111 143 0 55 60 231 143 32
Binary 1 10000101 1001001 1100011 0 101101 110000 10011001 1100011 11010

Color Harmonies of #018549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018549

Black with #018549

Text Example


Text Example

White with #018549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018549; }

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

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

background-color css

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

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

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

border-color css

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

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

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