#126310

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

Shades of Green #126310

Tints of Green #126310

Color information

#126310 (or 0x126310) is unknown color: approx Green. HEX triplet: 12, 63 and 10. RGB value is (18,99,16). Sum of RGB (Red+Green+Blue) = 18+99+16=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #126310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126310 is #ED9CEF. Grayscale: #414141. Windows color (decimal): -15572208 or 1073938. OLE color: 1073938.

HSL color Cylindrical-coordinate representation of color #126310: hue angle of 118.55º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126310 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB189916-
CMYK0.8200.840.61
HSL118.55º72.17%22.55%-
HSV(B)118.55º83.84%38.82%-
XYZ4.89.091.99-
YUV65.32100.1694.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 99 (39.06% from 255) = 74.44%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=13.53%
G=74.44%
B=12.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899160.8200.840.61118.5572.1722.55
Hex126310520543D774817
Octal221432012201247516711027
Binary100101100011100001010010010101001111011110111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126310; }

 p { color: rgb(18,99,16); }

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

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

 a { background-color: rgb(18,99,16); }

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

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

 span { border-color: rgb(18,99,16); }

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