Html Css Color HEX #416C4F Mineral Green

📋 copy color: '#416C4F'

red 65 ◦ green 108 ◦ blue 79

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

Shades of Mineral Green #416C4F

Tints of Mineral Green #416C4F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 25.79%
G = 42.86%
B = 31.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#416C4F (or 0x416C4F) is known color: Mineral Green. HEX triplet: 41, 6C and 4F. RGB value is (65,108,79). Sum of RGB (Red+Green+Blue) = 65+108+79=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #416C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C4F is #BE93B0. Grayscale: #5B5B5B. Windows color (decimal): -12489649 or 5205057. OLE color: 5205057.

HSL color Cylindrical-coordinate representation of color #416C4F: hue angle of 139.53º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C4F is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 79 -
CMYK 0.40 0 0.27 0.58
HSL 139.53º 0.25% 0.34% -
HSV(B) 139.53º 0.4% 0.42% -
XYZ 8.95 12.41 9.32 -
YUV 91.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 65 108 79 0.40 0 0.27 0.58 139.53 0.25 0.34
Hex 41 6C 4F 28 0 1B 3A 8C 19 22
Octal 101 154 117 50 0 33 72 214 31 42
Binary 1000001 1101100 1001111 101000 0 11011 111010 10001100 11001 100010

Color Harmonies of #416C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C4F

Black with #416C4F

Text Example


Text Example

White with #416C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416C4F; }

 p { color: rgb(65,108,79); }

 H1.HeaderClassName
 {
   color: #416C4F;
 }
 .AnyTagClassName
 {
   color: #416C4F;
 }
</style>

background-color css

<style>
 a { background-color: #416C4F; }

 a { background-color: rgb(65,108,79); }

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

border-color css

<style>
 span { border-color: #416C4F; }

 span { border-color: rgb(65,108,79); }

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