Html Css Color HEX #40926B Eucalyptus

📋 copy color: '#40926B'

red 64 ◦ green 146 ◦ blue 107

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

Shades of Eucalyptus #40926B

Tints of Eucalyptus #40926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.06%

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 20.19%
G = 46.06%
B = 33.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#40926B (or 0x40926B) is known color: Eucalyptus. HEX triplet: 40, 92 and 6B. RGB value is (64,146,107). Sum of RGB (Red+Green+Blue) = 64+146+107=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #40926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40926B is #BF6D94. Grayscale: #757575. Windows color (decimal): -12545429 or 7049792. OLE color: 7049792.

HSL color Cylindrical-coordinate representation of color #40926B: hue angle of 151.46º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40926B is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 107 -
CMYK 0.56 0 0.27 0.43
HSL 151.46º 0.39% 0.41% -
HSV(B) 151.46º 0.56% 0.57% -
XYZ 15.05 22.71 17.5 -
YUV 117.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 64 146 107 0.56 0 0.27 0.43 151.46 0.39 0.41
Hex 40 92 6B 38 0 1B 2B 97 27 29
Octal 100 222 153 70 0 33 53 227 47 51
Binary 1000000 10010010 1101011 111000 0 11011 101011 10010111 100111 101001

Color Harmonies of #40926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40926B

Black with #40926B

Text Example


Text Example

White with #40926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40926B; }

 p { color: rgb(64,146,107); }

 H1.HeaderClassName
 {
   color: #40926B;
 }
 .AnyTagClassName
 {
   color: #40926B;
 }
</style>

background-color css

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

 a { background-color: rgb(64,146,107); }

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

border-color css

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

 span { border-color: rgb(64,146,107); }

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