Html Css Color HEX #008043 Salem

📋 copy color: '#008043'

red 0 ◦ green 128 ◦ blue 67

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

Shades of Salem #008043

Tints of Salem #008043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 65.64%

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

R = 0%
G = 65.64%
B = 34.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#008043 (or 0x008043) is known color: Salem. HEX triplet: 00, 80 and 43. RGB value is (0,128,67). Sum of RGB (Red+Green+Blue) = 0+128+67=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 128 (50.39% from 255 or 65.64% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 128 - color contains mainly: green. Hex color #008043 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008043 is #FF7FBC. Grayscale: #525252. Windows color (decimal): -16744381 or 4423680. OLE color: 4423680.

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

Color convert

RGB 0 128 67 -
CMYK 1 0 0.48 0.50
HSL 151.41º 1% 0.25% -
HSV(B) 151.41º 1% 0.5% -
XYZ 8.73 15.84 7.91 -
YUV 82.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 0 128 67 1 0 0.48 0.50 151.41 1 0.25
Hex 0 80 43 64 0 30 32 97 64 19
Octal 0 200 103 144 0 60 62 227 144 31
Binary 0 10000000 1000011 1100100 0 110000 110010 10010111 1100100 11001

Color Harmonies of #008043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008043

Black with #008043

Text Example


Text Example

White with #008043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008043; }

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

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

background-color css

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

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

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

border-color css

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

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

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