Html Css Color HEX #3D694A Mineral Green

📋 copy color: '#3D694A'

red 61 ◦ green 105 ◦ blue 74

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

Shades of Mineral Green #3D694A

Tints of Mineral Green #3D694A

RGB

 RED value IS 61 (24.22% from 255) = 25.42%

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

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

R = 25.42%
G = 43.75%
B = 30.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#3D694A (or 0x3D694A) is known color: Mineral Green. HEX triplet: 3D, 69 and 4A. RGB value is (61,105,74). Sum of RGB (Red+Green+Blue) = 61+105+74=240 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #3D694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D694A is #C296B5. Grayscale: #585858. Windows color (decimal): -12752566 or 4876605. OLE color: 4876605.

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

Color convert

RGB 61 105 74 -
CMYK 0.42 0 0.30 0.59
HSL 137.73º 0.27% 0.33% -
HSV(B) 137.73º 0.42% 0.41% -
XYZ 8.21 11.59 8.28 -
YUV 88.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 61 105 74 0.42 0 0.30 0.59 137.73 0.27 0.33
Hex 3D 69 4A 2A 0 1E 3B 8A 1B 21
Octal 75 151 112 52 0 36 73 212 33 41
Binary 111101 1101001 1001010 101010 0 11110 111011 10001010 11011 100001

Color Harmonies of #3D694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D694A

Black with #3D694A

Text Example


Text Example

White with #3D694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D694A; }

 p { color: rgb(61,105,74); }

 H1.HeaderClassName
 {
   color: #3D694A;
 }
 .AnyTagClassName
 {
   color: #3D694A;
 }
</style>

background-color css

<style>
 a { background-color: #3D694A; }

 a { background-color: rgb(61,105,74); }

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

border-color css

<style>
 span { border-color: #3D694A; }

 span { border-color: rgb(61,105,74); }

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