Html Css Color HEX #41694D Mineral Green

📋 copy color: '#41694D'

red 65 ◦ green 105 ◦ blue 77

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

Shades of Mineral Green #41694D

Tints of Mineral Green #41694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 26.32%
G = 42.51%
B = 31.17%

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

#41694D (or 0x41694D) is known color: Mineral Green. HEX triplet: 41, 69 and 4D. RGB value is (65,105,77). Sum of RGB (Red+Green+Blue) = 65+105+77=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #41694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41694D is #BE96B2. Grayscale: #595959. Windows color (decimal): -12490419 or 5073217. OLE color: 5073217.

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

Color convert

RGB 65 105 77 -
CMYK 0.38 0 0.27 0.59
HSL 138º 0.24% 0.33% -
HSV(B) 138º 0.38% 0.41% -
XYZ 8.57 11.76 8.84 -
YUV 89.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 65 105 77 0.38 0 0.27 0.59 138 0.24 0.33
Hex 41 69 4D 26 0 1B 3B 8A 18 21
Octal 101 151 115 46 0 33 73 212 30 41
Binary 1000001 1101001 1001101 100110 0 11011 111011 10001010 11000 100001

Color Harmonies of #41694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41694D

Black with #41694D

Text Example


Text Example

White with #41694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41694D;
 }
 .AnyTagClassName
 {
   color: #41694D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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