#00843e

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

Shades of Salem #00843E

Tints of Salem #00843E

Color information

#00843E (or 0x00843E) is unknown color: approx Salem. HEX triplet: 00, 84 and 3E. RGB value is (0,132,62). Sum of RGB (Red+Green+Blue) = 0+132+62=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #00843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00843E is #FF7BC1. Grayscale: #545454. Windows color (decimal): -16743362 or 4097024. OLE color: 4097024.

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

Color convert

RGB013262-
CMYK100.530.48
HSL148.18º100%25.88%-
HSV(B)148.18º100%51.76%-
XYZ9.1216.857.33-
YUV84.55115.2767.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 68.04%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=0%
G=68.04%
B=31.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013262100.530.48148.1810025.88
Hex0843E640353094641a
Octal0204761440656022414432
Binary0100001001111101100100011010111000010010100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00843e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00843e; }

 p { color: rgb(0,132,62); }

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

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

 a { background-color: rgb(0,132,62); }

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

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

 span { border-color: rgb(0,132,62); }

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