Html Css Color HEX #40674B Mineral Green

📋 copy color: '#40674B'

red 64 ◦ green 103 ◦ blue 75

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

Shades of Mineral Green #40674B

Tints of Mineral Green #40674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 26.45%
G = 42.56%
B = 30.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#40674B (or 0x40674B) is known color: Mineral Green. HEX triplet: 40, 67 and 4B. RGB value is (64,103,75). Sum of RGB (Red+Green+Blue) = 64+103+75=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #40674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40674B is #BF98B4. Grayscale: #585858. Windows color (decimal): -12556469 or 4941632. OLE color: 4941632.

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

Color convert

RGB 64 103 75 -
CMYK 0.38 0 0.27 0.60
HSL 136.92º 0.23% 0.33% -
HSV(B) 136.92º 0.38% 0.4% -
XYZ 8.23 11.3 8.4 -
YUV 88.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 64 103 75 0.38 0 0.27 0.60 136.92 0.23 0.33
Hex 40 67 4B 26 0 1B 3C 89 17 21
Octal 100 147 113 46 0 33 74 211 27 41
Binary 1000000 1100111 1001011 100110 0 11011 111100 10001001 10111 100001

Color Harmonies of #40674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40674B

Black with #40674B

Text Example


Text Example

White with #40674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,103,75); }

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

background-color css

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

 a { background-color: rgb(64,103,75); }

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

border-color css

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

 span { border-color: rgb(64,103,75); }

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