Html Css Color HEX #018A49 Salem

📋 copy color: '#018A49'

red 1 ◦ green 138 ◦ blue 73

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

Shades of Salem #018A49

Tints of Salem #018A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 65.09%

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

R = 0.47%
G = 65.09%
B = 34.43%

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

#018A49 (or 0x018A49) is known color: Salem. HEX triplet: 01, 8A and 49. RGB value is (1,138,73). Sum of RGB (Red+Green+Blue) = 1+138+73=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #018A49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A49 is #FE75B6. Grayscale: #595959. Windows color (decimal): -16676279 or 4819457. OLE color: 4819457.

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

Color convert

RGB 1 138 73 -
CMYK 0.99 0 0.47 0.46
HSL 151.53º 0.99% 0.27% -
HSV(B) 151.53º 0.99% 0.54% -
XYZ 10.3 18.66 9.36 -
YUV 89.63 118.61 64.79 -
System Red Green Blue C M Y K H S L
Decimal 1 138 73 0.99 0 0.47 0.46 151.53 0.99 0.27
Hex 1 8A 49 63 0 2F 2E 98 63 1B
Octal 1 212 111 143 0 57 56 230 143 33
Binary 1 10001010 1001001 1100011 0 101111 101110 10011000 1100011 11011

Color Harmonies of #018A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A49

Black with #018A49

Text Example


Text Example

White with #018A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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