#13760B

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

Shades of Green #13760B

Tints of Green #13760B

Color information

#13760B (or 0x13760B) is unknown color: approx Green. HEX triplet: 13, 76 and 0B. RGB value is (19,118,11). Sum of RGB (Red+Green+Blue) = 19+118+11=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 118 (46.48% from 255 or 79.73% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 118 - color contains mainly: green. Hex color #13760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13760B is #EC89F4. Grayscale: #4C4C4C. Windows color (decimal): -15501813 or 751123. OLE color: 751123.

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

Color convert

RGB1911811-
CMYK0.8400.910.54
HSL115.51º82.95%25.29%-
HSV(B)115.51º90.68%46.27%-
XYZ6.8113.122.49-
YUV76.291.287.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 118 (46.48% from 255) = 79.73%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=12.84%
G=79.73%
B=7.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19118110.8400.910.54115.5182.9525.29
Hex1376B5405B36745319
Octal231661312401336616412331
Binary10011111011010111010100010110111101101110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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