Html Css Color HEX #008543 Salem

📋 copy color: '#008543'

red 0 ◦ green 133 ◦ blue 67

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

Shades of Salem #008543

Tints of Salem #008543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 0%
G = 66.5%
B = 33.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#008543 (or 0x008543) is known color: Salem. HEX triplet: 00, 85 and 43. RGB value is (0,133,67). Sum of RGB (Red+Green+Blue) = 0+133+67=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #008543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008543 is #FF7ABC. Grayscale: #555555. Windows color (decimal): -16743101 or 4424960. OLE color: 4424960.

HSL color Cylindrical-coordinate representation of color #008543: hue angle of 150.23º 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 #008543 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 67 -
CMYK 1 0 0.50 0.48
HSL 150.23º 1% 0.26% -
HSV(B) 150.23º 1% 0.52% -
XYZ 9.4 17.18 8.13 -
YUV 85.71 117.44 66.87 -
System Red Green Blue C M Y K H S L
Decimal 0 133 67 1 0 0.50 0.48 150.23 1 0.26
Hex 0 85 43 64 0 32 30 96 64 1A
Octal 0 205 103 144 0 62 60 226 144 32
Binary 0 10000101 1000011 1100100 0 110010 110000 10010110 1100100 11010

Color Harmonies of #008543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008543

Black with #008543

Text Example


Text Example

White with #008543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008543; }

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

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

background-color css

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

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

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

border-color css

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

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

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