Html Css Color HEX #42594A Feldgrau

📋 copy color: '#42594A'

red 66 ◦ green 89 ◦ blue 74

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

Shades of Feldgrau #42594A

Tints of Feldgrau #42594A

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.3% from 255) = 32.31%

R = 28.82%
G = 38.86%
B = 32.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#42594A (or 0x42594A) is known color: 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

RGB 66 89 74 -
CMYK 0.26 0 0.17 0.65
HSL 140.87º 0.15% 0.3% -
HSV(B) 140.87º 0.26% 0.35% -
XYZ 7.06 8.8 7.8 -
YUV 80.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 66 89 74 0.26 0 0.17 0.65 140.87 0.15 0.3
Hex 42 59 4A 1A 0 11 41 8D F 1E
Octal 102 131 112 32 0 21 101 215 17 36
Binary 1000010 1011001 1001010 11010 0 10001 1000001 10001101 1111 11110

Color Harmonies of #42594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42594A

Black with #42594A

Text Example


Text Example

White with #42594A

Text Example


Text Example

HTML Codes & Css Web 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>