#0D613E

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

Shades of Fun Green #0D613E

Tints of Fun Green #0D613E

Color information

#0D613E (or 0x0D613E) is unknown color: approx Fun Green. HEX triplet: 0D, 61 and 3E. RGB value is (13,97,62). Sum of RGB (Red+Green+Blue) = 13+97+62=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #0D613E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D613E is #F29EC1. Grayscale: #434343. Windows color (decimal): -15900354 or 4088077. OLE color: 4088077.

HSL color Cylindrical-coordinate representation of color #0D613E: hue angle of 155º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D613E is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB139762-
CMYK0.8700.360.62
HSL155º76.36%21.57%-
HSV(B)155º86.6%38.04%-
XYZ5.318.986.01-
YUV67.89124.6788.85-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=7.56%
G=56.40%
B=36.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397620.8700.360.6215576.3621.57
HexD613E570243E9b4c16
Octal15141761270447623311426
Binary110111000011111101010111010010011111010011011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,62); }

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

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

 a { background-color: rgb(13,97,62); }

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

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

 span { border-color: rgb(13,97,62); }

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