Html Css Color HEX #018941 Salem

📋 copy color: '#018941'

red 1 ◦ green 137 ◦ blue 65

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

Shades of Salem #018941

Tints of Salem #018941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.02%

R = 0.49%
G = 67.49%
B = 32.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#018941 (or 0x018941) is known color: Salem. HEX triplet: 01, 89 and 41. RGB value is (1,137,65). Sum of RGB (Red+Green+Blue) = 1+137+65=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #018941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018941 is #FE76BE. Grayscale: #585858. Windows color (decimal): -16676543 or 4294913. OLE color: 4294913.

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

Color convert

RGB 1 137 65 -
CMYK 0.99 0 0.53 0.46
HSL 148.24º 0.99% 0.27% -
HSV(B) 148.24º 0.99% 0.54% -
XYZ 9.91 18.28 8.01 -
YUV 88.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 1 137 65 0.99 0 0.53 0.46 148.24 0.99 0.27
Hex 1 89 41 63 0 35 2E 94 63 1B
Octal 1 211 101 143 0 65 56 224 143 33
Binary 1 10001001 1000001 1100011 0 110101 101110 10010100 1100011 11011

Color Harmonies of #018941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018941

Black with #018941

Text Example


Text Example

White with #018941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018941; }

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

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

background-color css

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

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

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

border-color css

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

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

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