Html Css Color HEX #018948 Salem

📋 copy color: '#018948'

red 1 ◦ green 137 ◦ blue 72

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

Shades of Salem #018948

Tints of Salem #018948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 0.48%
G = 65.24%
B = 34.29%

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

#018948 (or 0x018948) is known color: Salem. HEX triplet: 01, 89 and 48. RGB value is (1,137,72). Sum of RGB (Red+Green+Blue) = 1+137+72=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #018948 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018948 is #FE76B7. Grayscale: #595959. Windows color (decimal): -16676536 or 4753665. OLE color: 4753665.

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

Color convert

RGB 1 137 72 -
CMYK 0.99 0 0.47 0.46
HSL 151.32º 0.99% 0.27% -
HSV(B) 151.32º 0.99% 0.54% -
XYZ 10.13 18.37 9.14 -
YUV 88.93 118.44 65.29 -
System Red Green Blue C M Y K H S L
Decimal 1 137 72 0.99 0 0.47 0.46 151.32 0.99 0.27
Hex 1 89 48 63 0 2F 2E 97 63 1B
Octal 1 211 110 143 0 57 56 227 143 33
Binary 1 10001001 1001000 1100011 0 101111 101110 10010111 1100011 11011

Color Harmonies of #018948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018948

Black with #018948

Text Example


Text Example

White with #018948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018948; }

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

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

background-color css

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

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

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

border-color css

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

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

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