#00823F

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

Shades of Salem #00823F

Tints of Salem #00823F

Color information

#00823F (or 0x00823F) is unknown color: approx Salem. HEX triplet: 00, 82 and 3F. RGB value is (0,130,63). Sum of RGB (Red+Green+Blue) = 0+130+63=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #00823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00823F is #FF7DC0. Grayscale: #535353. Windows color (decimal): -16743873 or 4162048. OLE color: 4162048.

HSL color Cylindrical-coordinate representation of color #00823F: hue angle of 149.08º 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 #00823F is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB013063-
CMYK100.520.49
HSL149.08º100%25.49%-
HSV(B)149.08º100%50.98%-
XYZ8.8816.327.39-
YUV83.49116.4368.45-

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) = 67.36%
BLUE value IS 63 (25% from 255) = 32.64%
R=0%
G=67.36%
B=32.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013063100.520.49149.0810025.49
Hex0823F6403431956419
Octal0202771440646122514431
Binary0100000101111111100100011010011000110010101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00823F; }

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

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

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

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

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

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

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

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