Html Css Color HEX #018149 Salem

📋 copy color: '#018149'

red 1 ◦ green 129 ◦ blue 73

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

Shades of Salem #018149

Tints of Salem #018149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.96%

R = 0.49%
G = 63.55%
B = 35.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#018149 (or 0x018149) is known color: Salem. HEX triplet: 01, 81 and 49. RGB value is (1,129,73). Sum of RGB (Red+Green+Blue) = 1+129+73=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #018149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018149 is #FE7EB6. Grayscale: #545454. Windows color (decimal): -16678583 or 4817153. OLE color: 4817153.

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

Color convert

RGB 1 129 73 -
CMYK 0.99 0 0.43 0.49
HSL 153.75º 0.98% 0.25% -
HSV(B) 153.75º 0.99% 0.51% -
XYZ 9.07 16.19 8.95 -
YUV 84.34 121.59 68.55 -
System Red Green Blue C M Y K H S L
Decimal 1 129 73 0.99 0 0.43 0.49 153.75 0.98 0.25
Hex 1 81 49 63 0 2B 31 9A 62 19
Octal 1 201 111 143 0 53 61 232 142 31
Binary 1 10000001 1001001 1100011 0 101011 110001 10011010 1100010 11001

Color Harmonies of #018149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018149

Black with #018149

Text Example


Text Example

White with #018149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018149; }

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

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

background-color css

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

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

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

border-color css

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

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

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