Html Css Color HEX #446A4E Mineral Green

📋 copy color: '#446A4E'

red 68 ◦ green 106 ◦ blue 78

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

Shades of Mineral Green #446A4E

Tints of Mineral Green #446A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 26.98%
G = 42.06%
B = 30.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#446A4E (or 0x446A4E) is known color: Mineral Green. HEX triplet: 44, 6A and 4E. RGB value is (68,106,78). Sum of RGB (Red+Green+Blue) = 68+106+78=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #446A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446A4E is #BB95B1. Grayscale: #5B5B5B. Windows color (decimal): -12293554 or 5139012. OLE color: 5139012.

HSL color Cylindrical-coordinate representation of color #446A4E: hue angle of 135.79º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446A4E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 106 78 -
CMYK 0.36 0 0.26 0.58
HSL 135.79º 0.22% 0.34% -
HSV(B) 135.79º 0.36% 0.42% -
XYZ 8.91 12.09 9.07 -
YUV 91.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 68 106 78 0.36 0 0.26 0.58 135.79 0.22 0.34
Hex 44 6A 4E 24 0 1A 3A 88 16 22
Octal 104 152 116 44 0 32 72 210 26 42
Binary 1000100 1101010 1001110 100100 0 11010 111010 10001000 10110 100010

Color Harmonies of #446A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446A4E

Black with #446A4E

Text Example


Text Example

White with #446A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446A4E; }

 p { color: rgb(68,106,78); }

 H1.HeaderClassName
 {
   color: #446A4E;
 }
 .AnyTagClassName
 {
   color: #446A4E;
 }
</style>

background-color css

<style>
 a { background-color: #446A4E; }

 a { background-color: rgb(68,106,78); }

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

border-color css

<style>
 span { border-color: #446A4E; }

 span { border-color: rgb(68,106,78); }

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