#0D563D

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

Shades of Fun Green #0D563D

Tints of Fun Green #0D563D

Color information

#0D563D (or 0x0D563D) is unknown color: approx Fun Green. HEX triplet: 0D, 56 and 3D. RGB value is (13,86,61). Sum of RGB (Red+Green+Blue) = 13+86+61=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #0D563D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D563D is #F2A9C2. Grayscale: #3D3D3D. Windows color (decimal): -15903171 or 4019725. OLE color: 4019725.

HSL color Cylindrical-coordinate representation of color #0D563D: hue angle of 159.45º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D563D is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB138661-
CMYK0.8500.290.66
HSL159.45º73.74%19.41%-
HSV(B)159.45º84.88%33.73%-
XYZ4.347.085.55-
YUV61.32127.8293.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.12%
GREEN value IS 86 (33.98% from 255) = 53.75%
BLUE value IS 61 (24.22% from 255) = 38.12%
R=8.12%
G=53.75%
B=38.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1386610.8500.290.66159.4573.7419.41
HexD563D5501D429f4a13
Octal151267512503510223711223
Binary110110101101111011010101011101100001010011111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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