Html Css Color HEX #44664B Mineral Green

📋 copy color: '#44664B'

red 68 ◦ green 102 ◦ blue 75

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

Shades of Mineral Green #44664B

Tints of Mineral Green #44664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 75 (29.69% from 255) = 30.61%

R = 27.76%
G = 41.63%
B = 30.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#44664B (or 0x44664B) is known color: Mineral Green. HEX triplet: 44, 66 and 4B. RGB value is (68,102,75). Sum of RGB (Red+Green+Blue) = 68+102+75=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #44664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44664B is #BB99B4. Grayscale: #585858. Windows color (decimal): -12294581 or 4941380. OLE color: 4941380.

HSL color Cylindrical-coordinate representation of color #44664B: hue angle of 132.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44664B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 75 -
CMYK 0.33 0 0.26 0.6
HSL 132.35º 0.2% 0.33% -
HSV(B) 132.35º 0.33% 0.4% -
XYZ 8.41 11.24 8.38 -
YUV 88.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 68 102 75 0.33 0 0.26 0.6 132.35 0.2 0.33
Hex 44 66 4B 21 0 1A 3C 84 14 21
Octal 104 146 113 41 0 32 74 204 24 41
Binary 1000100 1100110 1001011 100001 0 11010 111100 10000100 10100 100001

Color Harmonies of #44664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44664B

Black with #44664B

Text Example


Text Example

White with #44664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44664B; }

 p { color: rgb(68,102,75); }

 H1.HeaderClassName
 {
   color: #44664B;
 }
 .AnyTagClassName
 {
   color: #44664B;
 }
</style>

background-color css

<style>
 a { background-color: #44664B; }

 a { background-color: rgb(68,102,75); }

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

border-color css

<style>
 span { border-color: #44664B; }

 span { border-color: rgb(68,102,75); }

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