Html Css Color HEX #40694B Mineral Green

📋 copy color: '#40694B'

red 64 ◦ green 105 ◦ blue 75

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

Shades of Mineral Green #40694B

Tints of Mineral Green #40694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.03%

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

R = 26.23%
G = 43.03%
B = 30.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#40694B (or 0x40694B) is known color: Mineral Green. HEX triplet: 40, 69 and 4B. RGB value is (64,105,75). Sum of RGB (Red+Green+Blue) = 64+105+75=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #40694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40694B is #BF96B4. Grayscale: #595959. Windows color (decimal): -12555957 or 4942144. OLE color: 4942144.

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

Color convert

RGB 64 105 75 -
CMYK 0.39 0 0.29 0.59
HSL 136.1º 0.24% 0.33% -
HSV(B) 136.1º 0.39% 0.41% -
XYZ 8.44 11.7 8.47 -
YUV 89.32 119.92 109.94 -
System Red Green Blue C M Y K H S L
Decimal 64 105 75 0.39 0 0.29 0.59 136.1 0.24 0.33
Hex 40 69 4B 27 0 1D 3B 88 18 21
Octal 100 151 113 47 0 35 73 210 30 41
Binary 1000000 1101001 1001011 100111 0 11101 111011 10001000 11000 100001

Color Harmonies of #40694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40694B

Black with #40694B

Text Example


Text Example

White with #40694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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