Html Css Color HEX #40946A Eucalyptus

📋 copy color: '#40946A'

red 64 ◦ green 148 ◦ blue 106

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

Shades of Eucalyptus #40946A

Tints of Eucalyptus #40946A

RGB

 RED value IS 64 (25.39% from 255) = 20.13%

 GREEN value IS 148 (58.2% from 255) = 46.54%

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 20.13%
G = 46.54%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#40946A (or 0x40946A) is known color: Eucalyptus. HEX triplet: 40, 94 and 6A. RGB value is (64,148,106). Sum of RGB (Red+Green+Blue) = 64+148+106=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #40946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40946A is #BF6B95. Grayscale: #767676. Windows color (decimal): -12544918 or 6984768. OLE color: 6984768.

HSL color Cylindrical-coordinate representation of color #40946A: hue angle of 150º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40946A is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 148 106 -
CMYK 0.57 0 0.28 0.42
HSL 150º 0.4% 0.42% -
HSV(B) 150º 0.57% 0.58% -
XYZ 15.31 23.31 17.33 -
YUV 118.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 64 148 106 0.57 0 0.28 0.42 150 0.4 0.42
Hex 40 94 6A 39 0 1C 2A 96 28 2A
Octal 100 224 152 71 0 34 52 226 50 52
Binary 1000000 10010100 1101010 111001 0 11100 101010 10010110 101000 101010

Color Harmonies of #40946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40946A

Black with #40946A

Text Example


Text Example

White with #40946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40946A; }

 p { color: rgb(64,148,106); }

 H1.HeaderClassName
 {
   color: #40946A;
 }
 .AnyTagClassName
 {
   color: #40946A;
 }
</style>

background-color css

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

 a { background-color: rgb(64,148,106); }

 div.DivClassName
 {
   background-color: #40946A;
 }
 .BgClassName
 {
   background-color: #40946A;
 }
</style>

border-color css

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

 span { border-color: rgb(64,148,106); }

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