Html Css Color HEX #40B78A Jungle Green

📋 copy color: '#40B78A'

red 64 ◦ green 183 ◦ blue 138

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

Shades of Jungle Green #40B78A

Tints of Jungle Green #40B78A

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.3% from 255) = 35.84%

R = 16.62%
G = 47.53%
B = 35.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#40B78A (or 0x40B78A) is known color: 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

RGB 64 183 138 -
CMYK 0.65 0 0.25 0.28
HSL 157.31º 0.48% 0.48% -
HSV(B) 157.31º 0.65% 0.72% -
XYZ 23.64 36.79 29.9 -
YUV 142.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 64 183 138 0.65 0 0.25 0.28 157.31 0.48 0.48
Hex 40 B7 8A 41 0 19 1C 9D 30 30
Octal 100 267 212 101 0 31 34 235 60 60
Binary 1000000 10110111 10001010 1000001 0 11001 11100 10011101 110000 110000

Color Harmonies of #40B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B78A

Black with #40B78A

Text Example


Text Example

White with #40B78A

Text Example


Text Example

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