#135740

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

Shades of Fun Green #135740

Tints of Fun Green #135740

Color information

#135740 (or 0x135740) is unknown color: approx Fun Green. HEX triplet: 13, 57 and 40. RGB value is (19,87,64). Sum of RGB (Red+Green+Blue) = 19+87+64=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #135740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135740 is #ECA8BF. Grayscale: #404040. Windows color (decimal): -15509696 or 4216595. OLE color: 4216595.

HSL color Cylindrical-coordinate representation of color #135740: hue angle of 159.71º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135740 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB198764-
CMYK0.7800.260.66
HSL159.71º64.15%20.78%-
HSV(B)159.71º78.16%34.12%-
XYZ4.67.336.02-
YUV64.05127.9795.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 87 (34.38% from 255) = 51.18%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=11.18%
G=51.18%
B=37.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1987640.7800.260.66159.7164.1520.78
Hex1357404E01A42a04015
Octal2312710011603210224010025
Binary10011101011110000001001110011010100001010100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135740; }

 p { color: rgb(19,87,64); }

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

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

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

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

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

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

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