Html Css Color HEX #018650 Salem

📋 copy color: '#018650'

red 1 ◦ green 134 ◦ blue 80

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

Shades of Salem #018650

Tints of Salem #018650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.21%

R = 0.47%
G = 62.33%
B = 37.21%

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

#018650 (or 0x018650) is known color: Salem. HEX triplet: 01, 86 and 50. RGB value is (1,134,80). Sum of RGB (Red+Green+Blue) = 1+134+80=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 134 (52.73% from 255 or 62.33% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 134 - color contains mainly: green. Hex color #018650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018650 is #FE79AF. Grayscale: #585858. Windows color (decimal): -16677296 or 5277185. OLE color: 5277185.

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

Color convert

RGB 1 134 80 -
CMYK 0.99 0 0.40 0.47
HSL 155.64º 0.99% 0.26% -
HSV(B) 155.64º 0.99% 0.53% -
XYZ 9.99 17.64 10.47 -
YUV 88.08 123.44 65.89 -
System Red Green Blue C M Y K H S L
Decimal 1 134 80 0.99 0 0.40 0.47 155.64 0.99 0.26
Hex 1 86 50 63 0 28 2F 9C 63 1A
Octal 1 206 120 143 0 50 57 234 143 32
Binary 1 10000110 1010000 1100011 0 101000 101111 10011100 1100011 11010

Color Harmonies of #018650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018650

Black with #018650

Text Example


Text Example

White with #018650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018650; }

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

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

background-color css

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

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

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

border-color css

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

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

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