#00843C

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

Shades of Salem #00843C

Tints of Salem #00843C

Color information

#00843C (or 0x00843C) is unknown color: approx Salem. HEX triplet: 00, 84 and 3C. RGB value is (0,132,60). Sum of RGB (Red+Green+Blue) = 0+132+60=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #00843C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00843C is #FF7BC3. Grayscale: #545454. Windows color (decimal): -16743364 or 3965952. OLE color: 3965952.

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

Color convert

RGB013260-
CMYK100.550.48
HSL147.27º100%25.88%-
HSV(B)147.27º100%51.76%-
XYZ9.0716.837.05-
YUV84.32114.2767.85-

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.75%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=0%
G=68.75%
B=31.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013260100.550.48147.2710025.88
Hex0843C640373093641a
Octal0204741440676022314432
Binary0100001001111001100100011011111000010010011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00843C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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