#00834A

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

Shades of Salem #00834A

Tints of Salem #00834A

Color information

#00834A (or 0x00834A) is unknown color: approx Salem. HEX triplet: 00, 83 and 4A. RGB value is (0,131,74). Sum of RGB (Red+Green+Blue) = 0+131+74=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #00834A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00834A is #FF7CB5. Grayscale: #555555. Windows color (decimal): -16743606 or 4883200. OLE color: 4883200.

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

Color convert

RGB013174-
CMYK100.440.49
HSL153.89º100%25.69%-
HSV(B)153.89º100%51.37%-
XYZ9.3516.739.21-
YUV85.33121.667.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 131 (51.56% from 255) = 63.90%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=0%
G=63.90%
B=36.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013174100.440.49153.8910025.69
Hex0834A6402C319a641a
Octal02031121440546123214432
Binary01000001110010101100100010110011000110011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00834A; }

 p { color: rgb(0,131,74); }

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

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

 a { background-color: rgb(0,131,74); }

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

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

 span { border-color: rgb(0,131,74); }

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