#08853D

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

Shades of Salem #08853D

Tints of Salem #08853D

Color information

#08853D (or 0x08853D) is unknown color: approx Salem. HEX triplet: 08, 85 and 3D. RGB value is (8,133,61). Sum of RGB (Red+Green+Blue) = 8+133+61=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #08853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08853D is #F77AC2. Grayscale: #575757. Windows color (decimal): -16218819 or 4031752. OLE color: 4031752.

HSL color Cylindrical-coordinate representation of color #08853D: hue angle of 145.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08853D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB813361-
CMYK0.9400.540.48
HSL145.44º88.65%27.65%-
HSV(B)145.44º93.98%52.16%-
XYZ9.3317.167.24-
YUV87.42113.0971.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.96%
GREEN value IS 133 (52.34% from 255) = 65.84%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=3.96%
G=65.84%
B=30.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133610.9400.540.48145.4488.6527.65
Hex8853D5E0363091591c
Octal10205751360666022113134
Binary1000100001011111011011110011011011000010010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08853D; }

 p { color: rgb(8,133,61); }

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

<style>
 a { background-color: #08853D; }

 a { background-color: rgb(8,133,61); }

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

<style>
 span { border-color: #08853D; }

 span { border-color: rgb(8,133,61); }

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