Html Css Color HEX #008548 Salem

📋 copy color: '#008548'

red 0 ◦ green 133 ◦ blue 72

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

Shades of Salem #008548

Tints of Salem #008548

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 64.88%
B = 35.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#008548 (or 0x008548) is known color: Salem. HEX triplet: 00, 85 and 48. RGB value is (0,133,72). Sum of RGB (Red+Green+Blue) = 0+133+72=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #008548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008548 is #FF7AB7. Grayscale: #565656. Windows color (decimal): -16743096 or 4752640. OLE color: 4752640.

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

Color convert

RGB 0 133 72 -
CMYK 1 0 0.46 0.48
HSL 152.48º 1% 0.26% -
HSV(B) 152.48º 1% 0.52% -
XYZ 9.56 17.24 8.96 -
YUV 86.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 0 133 72 1 0 0.46 0.48 152.48 1 0.26
Hex 0 85 48 64 0 2E 30 98 64 1A
Octal 0 205 110 144 0 56 60 230 144 32
Binary 0 10000101 1001000 1100100 0 101110 110000 10011000 1100100 11010

Color Harmonies of #008548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008548

Black with #008548

Text Example


Text Example

White with #008548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008548; }

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

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

background-color css

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

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

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

border-color css

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

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

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