#107413

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

Shades of Green #107413

Tints of Green #107413

Color information

#107413 (or 0x107413) is unknown color: approx Green. HEX triplet: 10, 74 and 13. RGB value is (16,116,19). Sum of RGB (Red+Green+Blue) = 16+116+19=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #107413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107413 is #EF8BEC. Grayscale: #4B4B4B. Windows color (decimal): -15698925 or 1274896. OLE color: 1274896.

HSL color Cylindrical-coordinate representation of color #107413: hue angle of 121.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107413 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1611619-
CMYK0.8600.840.55
HSL121.8º75.76%25.88%-
HSV(B)121.8º86.21%45.49%-
XYZ6.5812.652.71-
YUV75.0496.3785.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 116 (45.70% from 255) = 76.82%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=10.60%
G=76.82%
B=12.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16116190.8600.840.55121.875.7625.88
Hex10741356054377a4c1a
Octal201642312601246717211432
Binary100001110100100111010110010101001101111111010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107413; }

 p { color: rgb(16,116,19); }

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

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

 a { background-color: rgb(16,116,19); }

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

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

 span { border-color: rgb(16,116,19); }

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