Html Css Color HEX #018448 Salem

📋 copy color: '#018448'

red 1 ◦ green 132 ◦ blue 72

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

Shades of Salem #018448

Tints of Salem #018448

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.39%

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

R = 0.49%
G = 64.39%
B = 35.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#018448 (or 0x018448) is known color: Salem. HEX triplet: 01, 84 and 48. RGB value is (1,132,72). Sum of RGB (Red+Green+Blue) = 1+132+72=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #018448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018448 is #FE7BB7. Grayscale: #565656. Windows color (decimal): -16677816 or 4752385. OLE color: 4752385.

HSL color Cylindrical-coordinate representation of color #018448: hue angle of 152.52º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018448 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 72 -
CMYK 0.99 0 0.45 0.48
HSL 152.52º 0.98% 0.26% -
HSV(B) 152.52º 0.99% 0.52% -
XYZ 9.43 16.98 8.91 -
YUV 85.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 1 132 72 0.99 0 0.45 0.48 152.52 0.98 0.26
Hex 1 84 48 63 0 2D 30 99 62 1A
Octal 1 204 110 143 0 55 60 231 142 32
Binary 1 10000100 1001000 1100011 0 101101 110000 10011001 1100010 11010

Color Harmonies of #018448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018448

Black with #018448

Text Example


Text Example

White with #018448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018448; }

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

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

background-color css

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

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

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

border-color css

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

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

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