Html Css Color HEX #018750 Salem

📋 copy color: '#018750'

red 1 ◦ green 135 ◦ blue 80

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

Shades of Salem #018750

Tints of Salem #018750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.5%

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

R = 0.46%
G = 62.5%
B = 37.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#018750 (or 0x018750) is known color: Salem. HEX triplet: 01, 87 and 50. RGB value is (1,135,80). Sum of RGB (Red+Green+Blue) = 1+135+80=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #018750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018750 is #FE78AF. Grayscale: #585858. Windows color (decimal): -16677040 or 5277441. OLE color: 5277441.

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

Color convert

RGB 1 135 80 -
CMYK 0.99 0 0.41 0.47
HSL 155.37º 0.99% 0.27% -
HSV(B) 155.37º 0.99% 0.53% -
XYZ 10.12 17.91 10.51 -
YUV 88.66 123.11 65.47 -
System Red Green Blue C M Y K H S L
Decimal 1 135 80 0.99 0 0.41 0.47 155.37 0.99 0.27
Hex 1 87 50 63 0 29 2F 9B 63 1B
Octal 1 207 120 143 0 51 57 233 143 33
Binary 1 10000111 1010000 1100011 0 101001 101111 10011011 1100011 11011

Color Harmonies of #018750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018750

Black with #018750

Text Example


Text Example

White with #018750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018750; }

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

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

background-color css

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

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

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

border-color css

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

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

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