Html Css Color HEX #018651 Salem

📋 copy color: '#018651'

red 1 ◦ green 134 ◦ blue 81

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

Shades of Salem #018651

Tints of Salem #018651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 0.46%
G = 62.04%
B = 37.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#018651 (or 0x018651) is known color: Salem. HEX triplet: 01, 86 and 51. RGB value is (1,134,81). Sum of RGB (Red+Green+Blue) = 1+134+81=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #018651 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018651 is #FE79AE. Grayscale: #585858. Windows color (decimal): -16677295 or 5342721. OLE color: 5342721.

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

Color convert

RGB 1 134 81 -
CMYK 0.99 0 0.40 0.47
HSL 156.09º 0.99% 0.26% -
HSV(B) 156.09º 0.99% 0.53% -
XYZ 10.02 17.65 10.66 -
YUV 88.19 123.94 65.81 -
System Red Green Blue C M Y K H S L
Decimal 1 134 81 0.99 0 0.40 0.47 156.09 0.99 0.26
Hex 1 86 51 63 0 28 2F 9C 63 1A
Octal 1 206 121 143 0 50 57 234 143 32
Binary 1 10000110 1010001 1100011 0 101000 101111 10011100 1100011 11010

Color Harmonies of #018651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018651

Black with #018651

Text Example


Text Example

White with #018651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018651; }

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

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

background-color css

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

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

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

border-color css

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

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

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