#136613

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

Shades of Green #136613

Tints of Green #136613

Color information

#136613 (or 0x136613) is unknown color: approx Green. HEX triplet: 13, 66 and 13. RGB value is (19,102,19). Sum of RGB (Red+Green+Blue) = 19+102+19=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 102 (40.23% from 255 or 72.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 102 - color contains mainly: green. Hex color #136613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136613 is #EC99EC. Grayscale: #434343. Windows color (decimal): -15505901 or 1271315. OLE color: 1271315.

HSL color Cylindrical-coordinate representation of color #136613: hue angle of 120º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136613 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1910219-
CMYK0.8100.810.6
HSL120º68.6%23.73%-
HSV(B)120º81.37%40%-
XYZ5.149.692.22-
YUV67.72100.593.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 102 (40.23% from 255) = 72.86%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=13.57%
G=72.86%
B=13.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102190.8100.810.612068.623.73
Hex136613510513C784518
Octal231462312101217417010530
Binary100111100110100111010001010100011111001111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136613; }

 p { color: rgb(19,102,19); }

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

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

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

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

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

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

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