#42624D

Color #42624D Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #42624D

Tints of Feldgrau #42624D

Color information

#42624D (or 0x42624D) is unknown color: approx Feldgrau. HEX triplet: 42, 62 and 4D. RGB value is (66,98,77). Sum of RGB (Red+Green+Blue) = 66+98+77=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #42624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42624D is #BD9DB2. Grayscale: #565656. Windows color (decimal): -12426675 or 5071426. OLE color: 5071426.

HSL color Cylindrical-coordinate representation of color #42624D: hue angle of 140.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42624D is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB669877-
CMYK0.3300.210.62
HSL140.62º19.51%32.16%-
HSV(B)140.62º32.65%38.43%-
XYZ7.9510.438.62-
YUV86.04122.9113.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=27.39%
G=40.66%
B=31.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6698770.3300.210.62140.6219.5132.16
Hex42624D210153E8d1420
Octal10214211541025762152440
Binary1000010110001010011011000010101011111101000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,98,77); }

 H1.HeaderClassName
 {
   color: #42624D;
 }
 .AnyTagClassName
 {
   color: #42624D;
 }
</style>
background-color css

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

 a { background-color: rgb(66,98,77); }

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

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

 span { border-color: rgb(66,98,77); }

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