Html Css Color HEX #018949 Salem

📋 copy color: '#018949'

red 1 ◦ green 137 ◦ blue 73

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

Shades of Salem #018949

Tints of Salem #018949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 64.93%

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

R = 0.47%
G = 64.93%
B = 34.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#018949 (or 0x018949) is known color: Salem. HEX triplet: 01, 89 and 49. RGB value is (1,137,73). Sum of RGB (Red+Green+Blue) = 1+137+73=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #018949 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018949 is #FE76B6. Grayscale: #595959. Windows color (decimal): -16676535 or 4819201. OLE color: 4819201.

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

Color convert

RGB 1 137 73 -
CMYK 0.99 0 0.47 0.46
HSL 151.76º 0.99% 0.27% -
HSV(B) 151.76º 0.99% 0.54% -
XYZ 10.16 18.38 9.32 -
YUV 89.04 118.94 65.2 -
System Red Green Blue C M Y K H S L
Decimal 1 137 73 0.99 0 0.47 0.46 151.76 0.99 0.27
Hex 1 89 49 63 0 2F 2E 98 63 1B
Octal 1 211 111 143 0 57 56 230 143 33
Binary 1 10001001 1001001 1100011 0 101111 101110 10011000 1100011 11011

Color Harmonies of #018949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018949

Black with #018949

Text Example


Text Example

White with #018949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018949; }

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

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

background-color css

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

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

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

border-color css

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

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

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