Html Css Color HEX #018649 Salem

📋 copy color: '#018649'

red 1 ◦ green 134 ◦ blue 73

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

Shades of Salem #018649

Tints of Salem #018649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 64.42%

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

R = 0.48%
G = 64.42%
B = 35.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#018649 (or 0x018649) is known color: Salem. HEX triplet: 01, 86 and 49. RGB value is (1,134,73). Sum of RGB (Red+Green+Blue) = 1+134+73=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 134 (52.73% from 255 or 64.42% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 134 - color contains mainly: green. Hex color #018649 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018649 is #FE79B6. Grayscale: #575757. Windows color (decimal): -16677303 or 4818433. OLE color: 4818433.

HSL color Cylindrical-coordinate representation of color #018649: hue angle of 152.48º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018649 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 73 -
CMYK 0.99 0 0.46 0.47
HSL 152.48º 0.99% 0.26% -
HSV(B) 152.48º 0.99% 0.53% -
XYZ 9.74 17.54 9.18 -
YUV 87.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 1 134 73 0.99 0 0.46 0.47 152.48 0.99 0.26
Hex 1 86 49 63 0 2E 2F 98 63 1A
Octal 1 206 111 143 0 56 57 230 143 32
Binary 1 10000110 1001001 1100011 0 101110 101111 10011000 1100011 11010

Color Harmonies of #018649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018649

Black with #018649

Text Example


Text Example

White with #018649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018649; }

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

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

background-color css

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

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

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

border-color css

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

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

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