Html Css Color HEX #3F684B Mineral Green

📋 copy color: '#3F684B'

red 63 ◦ green 104 ◦ blue 75

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

Shades of Mineral Green #3F684B

Tints of Mineral Green #3F684B

RGB

 RED value IS 63 (25% from 255) = 26.03%

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

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

R = 26.03%
G = 42.98%
B = 30.99%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#3F684B (or 0x3F684B) is known color: Mineral Green. HEX triplet: 3F, 68 and 4B. RGB value is (63,104,75). Sum of RGB (Red+Green+Blue) = 63+104+75=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F684B is #C097B4. Grayscale: #585858. Windows color (decimal): -12621749 or 4941887. OLE color: 4941887.

HSL color Cylindrical-coordinate representation of color #3F684B: hue angle of 137.56º degrees, saturation: 0.25, 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 #3F684B is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 104 75 -
CMYK 0.39 0 0.28 0.59
HSL 137.56º 0.25% 0.33% -
HSV(B) 137.56º 0.39% 0.41% -
XYZ 8.27 11.47 8.43 -
YUV 88.44 120.42 109.86 -
System Red Green Blue C M Y K H S L
Decimal 63 104 75 0.39 0 0.28 0.59 137.56 0.25 0.33
Hex 3F 68 4B 27 0 1C 3B 8A 19 21
Octal 77 150 113 47 0 34 73 212 31 41
Binary 111111 1101000 1001011 100111 0 11100 111011 10001010 11001 100001

Color Harmonies of #3F684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F684B

Black with #3F684B

Text Example


Text Example

White with #3F684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,75); }

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

background-color css

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

 a { background-color: rgb(63,104,75); }

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

border-color css

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

 span { border-color: rgb(63,104,75); }

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