#0D7519

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

Shades of Green #0D7519

Tints of Green #0D7519

Color information

#0D7519 (or 0x0D7519) is unknown color: approx Green. HEX triplet: 0D, 75 and 19. RGB value is (13,117,25). Sum of RGB (Red+Green+Blue) = 13+117+25=155 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.39% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7519 is #F28AE6. Grayscale: #4B4B4B. Windows color (decimal): -15895271 or 1668365. OLE color: 1668365.

HSL color Cylindrical-coordinate representation of color #0D7519: hue angle of 126.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7519 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1311725-
CMYK0.8900.790.54
HSL126.92º80%25.49%-
HSV(B)126.92º88.89%45.88%-
XYZ6.712.883.05-
YUV75.4299.5483.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.39%
GREEN value IS 117 (46.09% from 255) = 75.48%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=8.39%
G=75.48%
B=16.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13117250.8900.790.54126.928025.49
HexD75195904F367f5019
Octal151653113101176617712031
Binary11011110101110011011001010011111101101111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,117,25); }

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

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

 a { background-color: rgb(13,117,25); }

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

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

 span { border-color: rgb(13,117,25); }

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