Html Css Color HEX #44614A Mineral Green

📋 copy color: '#44614A'

red 68 ◦ green 97 ◦ blue 74

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

Shades of Mineral Green #44614A

Tints of Mineral Green #44614A

RGB

 RED value IS 68 (26.95% from 255) = 28.45%

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 28.45%
G = 40.59%
B = 30.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#44614A (or 0x44614A) is known color: Mineral Green. HEX triplet: 44, 61 and 4A. RGB value is (68,97,74). Sum of RGB (Red+Green+Blue) = 68+97+74=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #44614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44614A is #BB9EB5. Grayscale: #555555. Windows color (decimal): -12295862 or 4874564. OLE color: 4874564.

HSL color Cylindrical-coordinate representation of color #44614A: hue angle of 132.41º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44614A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 97 74 -
CMYK 0.30 0 0.24 0.62
HSL 132.41º 0.18% 0.32% -
HSV(B) 132.41º 0.3% 0.38% -
XYZ 7.89 10.27 8.05 -
YUV 85.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 68 97 74 0.30 0 0.24 0.62 132.41 0.18 0.32
Hex 44 61 4A 1E 0 18 3E 84 12 20
Octal 104 141 112 36 0 30 76 204 22 40
Binary 1000100 1100001 1001010 11110 0 11000 111110 10000100 10010 100000

Color Harmonies of #44614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44614A

Black with #44614A

Text Example


Text Example

White with #44614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,97,74); }

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

background-color css

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

 a { background-color: rgb(68,97,74); }

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

border-color css

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

 span { border-color: rgb(68,97,74); }

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