#0D873D

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

Shades of Salem #0D873D

Tints of Salem #0D873D

Color information

#0D873D (or 0x0D873D) is unknown color: approx Salem. HEX triplet: 0D, 87 and 3D. RGB value is (13,135,61). Sum of RGB (Red+Green+Blue) = 13+135+61=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #0D873D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D873D is #F278C2. Grayscale: #5A5A5A. Windows color (decimal): -15890627 or 4032269. OLE color: 4032269.

HSL color Cylindrical-coordinate representation of color #0D873D: hue angle of 143.61º 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 #0D873D is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1313561-
CMYK0.9000.550.47
HSL143.61º82.43%29.02%-
HSV(B)143.61º90.37%52.94%-
XYZ9.6717.757.33-
YUV90.09111.5873.02-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.22%
GREEN value IS 135 (53.12% from 255) = 64.59%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=6.22%
G=64.59%
B=29.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135610.9000.550.47143.6182.4329.02
HexD873D5A0372F90521d
Octal15207751320675722012235
Binary1101100001111111011011010011011110111110010000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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