Html Css Color HEX #018646 Salem

📋 copy color: '#018646'

red 1 ◦ green 134 ◦ blue 70

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

Shades of Salem #018646

Tints of Salem #018646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.15%

R = 0.49%
G = 65.37%
B = 34.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#018646 (or 0x018646) is known color: Salem. HEX triplet: 01, 86 and 46. RGB value is (1,134,70). Sum of RGB (Red+Green+Blue) = 1+134+70=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #018646 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018646 is #FE79B9. Grayscale: #575757. Windows color (decimal): -16677306 or 4621825. OLE color: 4621825.

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

Color convert

RGB 1 134 70 -
CMYK 0.99 0 0.48 0.47
HSL 151.13º 0.99% 0.26% -
HSV(B) 151.13º 0.99% 0.53% -
XYZ 9.64 17.5 8.66 -
YUV 86.94 118.44 66.7 -
System Red Green Blue C M Y K H S L
Decimal 1 134 70 0.99 0 0.48 0.47 151.13 0.99 0.26
Hex 1 86 46 63 0 30 2F 97 63 1A
Octal 1 206 106 143 0 60 57 227 143 32
Binary 1 10000110 1000110 1100011 0 110000 101111 10010111 1100011 11010

Color Harmonies of #018646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018646

Black with #018646

Text Example


Text Example

White with #018646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018646; }

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

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

background-color css

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

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

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

border-color css

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

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

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