Html Css Color HEX #018947 Salem

📋 copy color: '#018947'

red 1 ◦ green 137 ◦ blue 71

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

Shades of Salem #018947

Tints of Salem #018947

RGB

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

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

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

R = 0.48%
G = 65.55%
B = 33.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#018947 (or 0x018947) is known color: Salem. HEX triplet: 01, 89 and 47. RGB value is (1,137,71). Sum of RGB (Red+Green+Blue) = 1+137+71=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #018947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018947 is #FE76B8. Grayscale: #585858. Windows color (decimal): -16676537 or 4688129. OLE color: 4688129.

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

Color convert

RGB 1 137 71 -
CMYK 0.99 0 0.48 0.46
HSL 150.88º 0.99% 0.27% -
HSV(B) 150.88º 0.99% 0.54% -
XYZ 10.1 18.35 8.97 -
YUV 88.81 117.94 65.37 -
System Red Green Blue C M Y K H S L
Decimal 1 137 71 0.99 0 0.48 0.46 150.88 0.99 0.27
Hex 1 89 47 63 0 30 2E 97 63 1B
Octal 1 211 107 143 0 60 56 227 143 33
Binary 1 10001001 1000111 1100011 0 110000 101110 10010111 1100011 11011

Color Harmonies of #018947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018947

Black with #018947

Text Example


Text Example

White with #018947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018947; }

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

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

background-color css

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

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

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

border-color css

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

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

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