#08823F

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

Shades of Salem #08823F

Tints of Salem #08823F

Color information

#08823F (or 0x08823F) is unknown color: approx Salem. HEX triplet: 08, 82 and 3F. RGB value is (8,130,63). Sum of RGB (Red+Green+Blue) = 8+130+63=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #08823F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08823F is #F77DC0. Grayscale: #565656. Windows color (decimal): -16219585 or 4162056. OLE color: 4162056.

HSL color Cylindrical-coordinate representation of color #08823F: hue angle of 147.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08823F is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB813063-
CMYK0.9400.520.49
HSL147.05º88.41%27.06%-
HSV(B)147.05º93.85%50.98%-
XYZ8.9816.387.39-
YUV85.88115.0872.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 63 (25% from 255) = 31.34%
R=3.98%
G=64.68%
B=31.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130630.9400.520.49147.0588.4127.06
Hex8823F5E0343193581b
Octal10202771360646122313033
Binary1000100000101111111011110011010011000110010011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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