Html Css Color HEX #018147 Salem

📋 copy color: '#018147'

red 1 ◦ green 129 ◦ blue 71

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

Shades of Salem #018147

Tints of Salem #018147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 0.5%
G = 64.18%
B = 35.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#018147 (or 0x018147) is known color: Salem. HEX triplet: 01, 81 and 47. RGB value is (1,129,71). Sum of RGB (Red+Green+Blue) = 1+129+71=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #018147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018147 is #FE7EB8. Grayscale: #545454. Windows color (decimal): -16678585 or 4686081. OLE color: 4686081.

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

Color convert

RGB 1 129 71 -
CMYK 0.99 0 0.45 0.49
HSL 152.81º 0.98% 0.25% -
HSV(B) 152.81º 0.99% 0.51% -
XYZ 9 16.16 8.61 -
YUV 84.12 120.59 68.72 -
System Red Green Blue C M Y K H S L
Decimal 1 129 71 0.99 0 0.45 0.49 152.81 0.98 0.25
Hex 1 81 47 63 0 2D 31 99 62 19
Octal 1 201 107 143 0 55 61 231 142 31
Binary 1 10000001 1000111 1100011 0 101101 110001 10011001 1100010 11001

Color Harmonies of #018147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018147

Black with #018147

Text Example


Text Example

White with #018147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018147; }

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

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

background-color css

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

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

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

border-color css

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

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

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