#08853E

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

Shades of Salem #08853E

Tints of Salem #08853E

Color information

#08853E (or 0x08853E) is unknown color: approx Salem. HEX triplet: 08, 85 and 3E. RGB value is (8,133,62). Sum of RGB (Red+Green+Blue) = 8+133+62=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #08853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08853E is #F77AC1. Grayscale: #575757. Windows color (decimal): -16218818 or 4097288. OLE color: 4097288.

HSL color Cylindrical-coordinate representation of color #08853E: hue angle of 145.92º 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 #08853E is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB813362-
CMYK0.9400.530.48
HSL145.92º88.65%27.65%-
HSV(B)145.92º93.98%52.16%-
XYZ9.3617.177.38-
YUV87.53113.5971.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.94%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=3.94%
G=65.52%
B=30.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8133620.9400.530.48145.9288.6527.65
Hex8853E5E0353092591c
Octal10205761360656022213134
Binary1000100001011111101011110011010111000010010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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