Html Css Color HEX #40684C Mineral Green

📋 copy color: '#40684C'

red 64 ◦ green 104 ◦ blue 76

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

Shades of Mineral Green #40684C

Tints of Mineral Green #40684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 26.23%
G = 42.62%
B = 31.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#40684C (or 0x40684C) is known color: Mineral Green. HEX triplet: 40, 68 and 4C. RGB value is (64,104,76). Sum of RGB (Red+Green+Blue) = 64+104+76=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #40684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40684C is #BF97B3. Grayscale: #585858. Windows color (decimal): -12556212 or 5007424. OLE color: 5007424.

HSL color Cylindrical-coordinate representation of color #40684C: hue angle of 138º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40684C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 76 -
CMYK 0.38 0 0.27 0.59
HSL 138º 0.24% 0.33% -
HSV(B) 138º 0.38% 0.41% -
XYZ 8.37 11.51 8.62 -
YUV 88.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 64 104 76 0.38 0 0.27 0.59 138 0.24 0.33
Hex 40 68 4C 26 0 1B 3B 8A 18 21
Octal 100 150 114 46 0 33 73 212 30 41
Binary 1000000 1101000 1001100 100110 0 11011 111011 10001010 11000 100001

Color Harmonies of #40684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40684C

Black with #40684C

Text Example


Text Example

White with #40684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40684C; }

 p { color: rgb(64,104,76); }

 H1.HeaderClassName
 {
   color: #40684C;
 }
 .AnyTagClassName
 {
   color: #40684C;
 }
</style>

background-color css

<style>
 a { background-color: #40684C; }

 a { background-color: rgb(64,104,76); }

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

border-color css

<style>
 span { border-color: #40684C; }

 span { border-color: rgb(64,104,76); }

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