#008243

Color #008243 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #008243

Tints of Salem #008243

Color information

#008243 (or 0x008243) is unknown color: approx Salem. HEX triplet: 00, 82 and 43. RGB value is (0,130,67). Sum of RGB (Red+Green+Blue) = 0+130+67=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #008243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008243 is #FF7DBC. Grayscale: #545454. Windows color (decimal): -16743869 or 4424192. OLE color: 4424192.

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

Color convert

RGB013067-
CMYK100.480.49
HSL150.92º100%25.49%-
HSV(B)150.92º100%50.98%-
XYZ916.378-
YUV83.95118.4368.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 65.99%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=0%
G=65.99%
B=34.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013067100.480.49150.9210025.49
Hex082436403031976419
Octal02021031440606122714431
Binary01000001010000111100100011000011000110010111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008243; }

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

 H1.HeaderClassName
 {
   color: #008243;
 }
 .AnyTagClassName
 {
   color: #008243;
 }
</style>
background-color css

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

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

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

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

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

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