#136340

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

Shades of Fun Green #136340

Tints of Fun Green #136340

Color information

#136340 (or 0x136340) is unknown color: approx Fun Green. HEX triplet: 13, 63 and 40. RGB value is (19,99,64). Sum of RGB (Red+Green+Blue) = 19+99+64=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #136340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136340 is #EC9CBF. Grayscale: #474747. Windows color (decimal): -15506624 or 4219667. OLE color: 4219667.

HSL color Cylindrical-coordinate representation of color #136340: hue angle of 153.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136340 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB199964-
CMYK0.8100.350.61
HSL153.75º67.8%23.14%-
HSV(B)153.75º80.81%38.82%-
XYZ5.669.436.37-
YUV71.0912490.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=10.44%
G=54.40%
B=35.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999640.8100.350.61153.7567.823.14
Hex136340510233D9a4417
Octal231431001210437523210427
Binary10011110001110000001010001010001111110110011010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136340; }

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

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

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

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

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

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

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

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