#13760F

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

Shades of Green #13760F

Tints of Green #13760F

Color information

#13760F (or 0x13760F) is unknown color: approx Green. HEX triplet: 13, 76 and 0F. RGB value is (19,118,15). Sum of RGB (Red+Green+Blue) = 19+118+15=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #13760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13760F is #EC89F0. Grayscale: #4C4C4C. Windows color (decimal): -15501809 or 1013267. OLE color: 1013267.

HSL color Cylindrical-coordinate representation of color #13760F: hue angle of 117.67º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13760F is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1911815-
CMYK0.8400.870.54
HSL117.67º77.44%26.08%-
HSV(B)117.67º87.29%46.27%-
XYZ6.8313.132.63-
YUV76.6693.286.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=12.5%
G=77.63%
B=9.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118150.8400.870.54117.6777.4426.08
Hex1376F5405736764d1a
Octal231661712401276616611532
Binary10011111011011111010100010101111101101110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13760F; }

 p { color: rgb(19,118,15); }

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

<style>
 a { background-color: #13760F; }

 a { background-color: rgb(19,118,15); }

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

<style>
 span { border-color: #13760F; }

 span { border-color: rgb(19,118,15); }

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