#42594A

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

Shades of Feldgrau #42594A

Tints of Feldgrau #42594A

Color information

#42594A (or 0x42594A) is unknown color: approx Feldgrau. HEX triplet: 42, 59 and 4A. RGB value is (66,89,74). Sum of RGB (Red+Green+Blue) = 66+89+74=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #42594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42594A is #BDA6B5. Grayscale: #505050. Windows color (decimal): -12428982 or 4872514. OLE color: 4872514.

HSL color Cylindrical-coordinate representation of color #42594A: hue angle of 140.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42594A is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB668974-
CMYK0.2600.170.65
HSL140.87º14.84%30.39%-
HSV(B)140.87º25.84%34.9%-
XYZ7.068.87.8-
YUV80.41124.38117.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.82%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=28.82%
G=38.86%
B=32.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689740.2600.170.65140.8714.8430.39
Hex42594A1A011418df1e
Octal102131112320211012151736
Binary10000101011001100101011010010001100000110001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,89,74); }

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

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

 a { background-color: rgb(66,89,74); }

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

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

 span { border-color: rgb(66,89,74); }

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