#0D8755

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

Shades of Salem #0D8755

Tints of Salem #0D8755

Color information

#0D8755 (or 0x0D8755) is unknown color: approx Salem. HEX triplet: 0D, 87 and 55. RGB value is (13,135,85). Sum of RGB (Red+Green+Blue) = 13+135+85=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8755 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8755 is #F278AA. Grayscale: #5C5C5C. Windows color (decimal): -15890603 or 5605133. OLE color: 5605133.

HSL color Cylindrical-coordinate representation of color #0D8755: hue angle of 155.41º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8755 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1313585-
CMYK0.9000.370.47
HSL155.41º82.43%29.02%-
HSV(B)155.41º90.37%52.94%-
XYZ10.4718.0711.53-
YUV92.82123.5871.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.58%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=5.58%
G=57.94%
B=36.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135850.9000.370.47155.4182.4329.02
HexD87555A0252F9b521d
Octal152071251320455723312235
Binary11011000011110101011011010010010110111110011011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8755; }

 p { color: rgb(13,135,85); }

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

<style>
 a { background-color: #0D8755; }

 a { background-color: rgb(13,135,85); }

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

<style>
 span { border-color: #0D8755; }

 span { border-color: rgb(13,135,85); }

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