#41694C

Color #41694C Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #41694C

Tints of Mineral Green #41694C

Color information

#41694C (or 0x41694C) is unknown color: approx Mineral Green. HEX triplet: 41, 69 and 4C. RGB value is (65,105,76). Sum of RGB (Red+Green+Blue) = 65+105+76=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #41694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41694C is #BE96B3. Grayscale: #595959. Windows color (decimal): -12490420 or 5007681. OLE color: 5007681.

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

Color convert

RGB6510576-
CMYK0.3800.280.59
HSL136.5º23.53%33.33%-
HSV(B)136.5º38.1%41.18%-
XYZ8.5411.758.66-
YUV89.73120.25110.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=26.42%
G=42.68%
B=30.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105760.3800.280.59136.523.5333.33
Hex41694C2601C3B881821
Octal10115111446034732103041
Binary1000001110100110011001001100111001110111000100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41694C;
 }
 .AnyTagClassName
 {
   color: #41694C;
 }
</style>
background-color css

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

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

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

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

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

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