Html Css Color HEX #41684C Mineral Green

📋 copy color: '#41684C'

red 65 ◦ green 104 ◦ blue 76

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

Shades of Mineral Green #41684C

Tints of Mineral Green #41684C

RGB

 RED value IS 65 (25.78% from 255) = 26.53%

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

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

R = 26.53%
G = 42.45%
B = 31.02%

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

#41684C (or 0x41684C) is known color: Mineral Green. HEX triplet: 41, 68 and 4C. RGB value is (65,104,76). Sum of RGB (Red+Green+Blue) = 65+104+76=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #41684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41684C is #BE97B3. Grayscale: #595959. Windows color (decimal): -12490676 or 5007425. OLE color: 5007425.

HSL color Cylindrical-coordinate representation of color #41684C: hue angle of 136.92º degrees, saturation: 0.23, 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 #41684C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 76 -
CMYK 0.38 0 0.27 0.59
HSL 136.92º 0.23% 0.33% -
HSV(B) 136.92º 0.38% 0.41% -
XYZ 8.43 11.55 8.62 -
YUV 89.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 65 104 76 0.38 0 0.27 0.59 136.92 0.23 0.33
Hex 41 68 4C 26 0 1B 3B 89 17 21
Octal 101 150 114 46 0 33 73 211 27 41
Binary 1000001 1101000 1001100 100110 0 11011 111011 10001001 10111 100001

Color Harmonies of #41684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41684C

Black with #41684C

Text Example


Text Example

White with #41684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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