#126813

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

Shades of Green #126813

Tints of Green #126813

Color information

#126813 (or 0x126813) is unknown color: approx Green. HEX triplet: 12, 68 and 13. RGB value is (18,104,19). Sum of RGB (Red+Green+Blue) = 18+104+19=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #126813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126813 is #ED97EC. Grayscale: #444444. Windows color (decimal): -15570925 or 1271826. OLE color: 1271826.

HSL color Cylindrical-coordinate representation of color #126813: hue angle of 120.7º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126813 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1810419-
CMYK0.8300.820.59
HSL120.7º70.49%23.92%-
HSV(B)120.7º82.69%40.78%-
XYZ5.3210.082.28-
YUV68.6100.0191.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 104 (41.02% from 255) = 73.76%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=12.77%
G=73.76%
B=13.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104190.8300.820.59120.770.4923.92
Hex126813530523B794618
Octal221502312301227317110630
Binary100101101000100111010011010100101110111111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126813; }

 p { color: rgb(18,104,19); }

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

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

 a { background-color: rgb(18,104,19); }

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

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

 span { border-color: rgb(18,104,19); }

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