#40B78A

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

Shades of Jungle Green #40B78A

Tints of Jungle Green #40B78A

Color information

#40B78A (or 0x40B78A) is unknown color: approx Jungle Green. HEX triplet: 40, B7 and 8A. RGB value is (64,183,138). Sum of RGB (Red+Green+Blue) = 64+183+138=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #40B78A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B78A is #BF4875. Grayscale: #8E8E8E. Windows color (decimal): -12535926 or 9090880. OLE color: 9090880.

HSL color Cylindrical-coordinate representation of color #40B78A: hue angle of 157.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B78A is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB64183138-
CMYK0.6500.250.28
HSL157.31º48.18%48.43%-
HSV(B)157.31º65.03%71.76%-
XYZ23.6436.7929.9-
YUV142.29125.5872.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=16.62%
G=47.53%
B=35.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641831380.6500.250.28157.3148.1848.43
Hex40B78A410191C9d3030
Octal100267212101031342356060
Binary1000000101101111000101010000010110011110010011101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B78A; }

 p { color: rgb(64,183,138); }

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

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

 a { background-color: rgb(64,183,138); }

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

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

 span { border-color: rgb(64,183,138); }

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