Html Css Color HEX #018548 Salem

📋 copy color: '#018548'

red 1 ◦ green 133 ◦ blue 72

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

Shades of Salem #018548

Tints of Salem #018548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.56%

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

R = 0.49%
G = 64.56%
B = 34.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#018548 (or 0x018548) is known color: Salem. HEX triplet: 01, 85 and 48. RGB value is (1,133,72). Sum of RGB (Red+Green+Blue) = 1+133+72=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 133 (52.34% from 255 or 64.56% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 133 - color contains mainly: green. Hex color #018548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018548 is #FE7AB7. Grayscale: #565656. Windows color (decimal): -16677560 or 4752641. OLE color: 4752641.

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

Color convert

RGB 1 133 72 -
CMYK 0.99 0 0.46 0.48
HSL 152.27º 0.99% 0.26% -
HSV(B) 152.27º 0.99% 0.52% -
XYZ 9.57 17.25 8.96 -
YUV 86.58 119.77 66.96 -
System Red Green Blue C M Y K H S L
Decimal 1 133 72 0.99 0 0.46 0.48 152.27 0.99 0.26
Hex 1 85 48 63 0 2E 30 98 63 1A
Octal 1 205 110 143 0 56 60 230 143 32
Binary 1 10000101 1001000 1100011 0 101110 110000 10011000 1100011 11010

Color Harmonies of #018548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018548

Black with #018548

Text Example


Text Example

White with #018548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018548; }

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

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

background-color css

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

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

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

border-color css

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

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

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