#0D6C13

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

Shades of Green #0D6C13

Tints of Green #0D6C13

Color information

#0D6C13 (or 0x0D6C13) is unknown color: approx Green. HEX triplet: 0D, 6C and 13. RGB value is (13,108,19). Sum of RGB (Red+Green+Blue) = 13+108+19=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 108 (42.58% from 255 or 77.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6C13 is #F293EC. Grayscale: #454545. Windows color (decimal): -15897581 or 1272845. OLE color: 1272845.

HSL color Cylindrical-coordinate representation of color #0D6C13: hue angle of 123.79º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C13 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1310819-
CMYK0.8800.820.58
HSL123.79º78.51%23.73%-
HSV(B)123.79º87.96%42.35%-
XYZ5.6510.862.41-
YUV69.4599.5387.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.29%
GREEN value IS 108 (42.58% from 255) = 77.14%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=9.29%
G=77.14%
B=13.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13108190.8800.820.58123.7978.5123.73
HexD6C13580523A7c4f18
Octal151542313001227217411730
Binary11011101100100111011000010100101110101111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,19); }

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

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

 a { background-color: rgb(13,108,19); }

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

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

 span { border-color: rgb(13,108,19); }

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