Html Css Color HEX #40654A Mineral Green

📋 copy color: '#40654A'

red 64 ◦ green 101 ◦ blue 74

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

Shades of Mineral Green #40654A

Tints of Mineral Green #40654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 26.78%
G = 42.26%
B = 30.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#40654A (or 0x40654A) is known color: Mineral Green. HEX triplet: 40, 65 and 4A. RGB value is (64,101,74). Sum of RGB (Red+Green+Blue) = 64+101+74=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #40654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40654A is #BF9AB5. Grayscale: #565656. Windows color (decimal): -12556982 or 4875584. OLE color: 4875584.

HSL color Cylindrical-coordinate representation of color #40654A: hue angle of 136.22º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40654A is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 74 -
CMYK 0.37 0 0.27 0.60
HSL 136.22º 0.22% 0.32% -
HSV(B) 136.22º 0.37% 0.4% -
XYZ 8 10.89 8.16 -
YUV 86.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 64 101 74 0.37 0 0.27 0.60 136.22 0.22 0.32
Hex 40 65 4A 25 0 1B 3C 88 16 20
Octal 100 145 112 45 0 33 74 210 26 40
Binary 1000000 1100101 1001010 100101 0 11011 111100 10001000 10110 100000

Color Harmonies of #40654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40654A

Black with #40654A

Text Example


Text Example

White with #40654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,101,74); }

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

background-color css

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

 a { background-color: rgb(64,101,74); }

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

border-color css

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

 span { border-color: rgb(64,101,74); }

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