Html Css Color HEX #018146 Salem

📋 copy color: '#018146'

red 1 ◦ green 129 ◦ blue 70

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

Shades of Salem #018146

Tints of Salem #018146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.5%

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

R = 0.5%
G = 64.5%
B = 35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#018146 (or 0x018146) is known color: Salem. HEX triplet: 01, 81 and 46. RGB value is (1,129,70). Sum of RGB (Red+Green+Blue) = 1+129+70=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #018146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018146 is #FE7EB9. Grayscale: #545454. Windows color (decimal): -16678586 or 4620545. OLE color: 4620545.

HSL color Cylindrical-coordinate representation of color #018146: hue angle of 152.34º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018146 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 70 -
CMYK 0.99 0 0.46 0.49
HSL 152.34º 0.98% 0.25% -
HSV(B) 152.34º 0.99% 0.51% -
XYZ 8.97 16.15 8.44 -
YUV 84 120.09 68.8 -
System Red Green Blue C M Y K H S L
Decimal 1 129 70 0.99 0 0.46 0.49 152.34 0.98 0.25
Hex 1 81 46 63 0 2E 31 98 62 19
Octal 1 201 106 143 0 56 61 230 142 31
Binary 1 10000001 1000110 1100011 0 101110 110001 10011000 1100010 11001

Color Harmonies of #018146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018146

Black with #018146

Text Example


Text Example

White with #018146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018146; }

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

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

background-color css

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

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

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

border-color css

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

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

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