#13680F

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

Shades of Green #13680F

Tints of Green #13680F

Color information

#13680F (or 0x13680F) is unknown color: approx Green. HEX triplet: 13, 68 and 0F. RGB value is (19,104,15). Sum of RGB (Red+Green+Blue) = 19+104+15=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 104 (41.02% from 255 or 75.36% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 104 - color contains mainly: green. Hex color #13680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13680F is #EC97F0. Grayscale: #444444. Windows color (decimal): -15505393 or 1009683. OLE color: 1009683.

HSL color Cylindrical-coordinate representation of color #13680F: hue angle of 117.3º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13680F is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1910415-
CMYK0.8200.860.59
HSL117.3º74.79%23.33%-
HSV(B)117.3º85.58%40.78%-
XYZ5.3110.072.12-
YUV68.4497.8492.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 104 (41.02% from 255) = 75.36%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=13.77%
G=75.36%
B=10.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104150.8200.860.59117.374.7923.33
Hex1368F520563B754b17
Octal231501712201267316511327
Binary10011110100011111010010010101101110111110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13680F; }

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

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

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

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

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

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

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

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