Html Css Color HEX #135740 Fun Green

📋 copy color: '#135740'

red 19 ◦ green 87 ◦ blue 64

#135740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #135740

Tints of Fun Green #135740

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 value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#135740 (or 0x135740) is known color: 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

RGB 19 87 64 -
CMYK 0.78 0 0.26 0.66
HSL 159.71º 0.64% 0.21% -
HSV(B) 159.71º 0.78% 0.34% -
XYZ 4.6 7.33 6.02 -
YUV 64.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 19 87 64 0.78 0 0.26 0.66 159.71 0.64 0.21
Hex 13 57 40 4E 0 1A 42 A0 40 15
Octal 23 127 100 116 0 32 102 240 100 25
Binary 10011 1010111 1000000 1001110 0 11010 1000010 10100000 1000000 10101

Color Harmonies of #135740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135740

Black with #135740

Text Example


Text Example

White with #135740

Text Example


Text Example

HTML Codes & Css Web 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>