Html Css Color HEX #41674A Mineral Green

📋 copy color: '#41674A'

red 65 ◦ green 103 ◦ blue 74

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

Shades of Mineral Green #41674A

Tints of Mineral Green #41674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 26.86%
G = 42.56%
B = 30.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#41674A (or 0x41674A) is known color: Mineral Green. HEX triplet: 41, 67 and 4A. RGB value is (65,103,74). Sum of RGB (Red+Green+Blue) = 65+103+74=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #41674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41674A is #BE98B5. Grayscale: #585858. Windows color (decimal): -12490934 or 4876097. OLE color: 4876097.

HSL color Cylindrical-coordinate representation of color #41674A: hue angle of 134.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41674A is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 103 74 -
CMYK 0.37 0 0.28 0.60
HSL 134.21º 0.23% 0.33% -
HSV(B) 134.21º 0.37% 0.4% -
XYZ 8.27 11.32 8.23 -
YUV 88.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 65 103 74 0.37 0 0.28 0.60 134.21 0.23 0.33
Hex 41 67 4A 25 0 1C 3C 86 17 21
Octal 101 147 112 45 0 34 74 206 27 41
Binary 1000001 1100111 1001010 100101 0 11100 111100 10000110 10111 100001

Color Harmonies of #41674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41674A

Black with #41674A

Text Example


Text Example

White with #41674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41674A; }

 p { color: rgb(65,103,74); }

 H1.HeaderClassName
 {
   color: #41674A;
 }
 .AnyTagClassName
 {
   color: #41674A;
 }
</style>

background-color css

<style>
 a { background-color: #41674A; }

 a { background-color: rgb(65,103,74); }

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

border-color css

<style>
 span { border-color: #41674A; }

 span { border-color: rgb(65,103,74); }

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