Html Css Color HEX #40664A Mineral Green

📋 copy color: '#40664A'

red 64 ◦ green 102 ◦ blue 74

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

Shades of Mineral Green #40664A

Tints of Mineral Green #40664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.5%

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

R = 26.67%
G = 42.5%
B = 30.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#40664A (or 0x40664A) is known color: Mineral Green. HEX triplet: 40, 66 and 4A. RGB value is (64,102,74). Sum of RGB (Red+Green+Blue) = 64+102+74=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #40664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40664A is #BF99B5. Grayscale: #575757. Windows color (decimal): -12556726 or 4875840. OLE color: 4875840.

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

Color convert

RGB 64 102 74 -
CMYK 0.37 0 0.27 0.6
HSL 135.79º 0.23% 0.33% -
HSV(B) 135.79º 0.37% 0.4% -
XYZ 8.1 11.09 8.19 -
YUV 87.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 64 102 74 0.37 0 0.27 0.6 135.79 0.23 0.33
Hex 40 66 4A 25 0 1B 3C 88 17 21
Octal 100 146 112 45 0 33 74 210 27 41
Binary 1000000 1100110 1001010 100101 0 11011 111100 10001000 10111 100001

Color Harmonies of #40664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40664A

Black with #40664A

Text Example


Text Example

White with #40664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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