#42604D

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

Shades of Feldgrau #42604D

Tints of Feldgrau #42604D

Color information

#42604D (or 0x42604D) is unknown color: approx Feldgrau. HEX triplet: 42, 60 and 4D. RGB value is (66,96,77). Sum of RGB (Red+Green+Blue) = 66+96+77=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #42604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42604D is #BD9FB2. Grayscale: #545454. Windows color (decimal): -12427187 or 5070914. OLE color: 5070914.

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

Color convert

RGB669677-
CMYK0.3100.200.62
HSL142º18.52%31.76%-
HSV(B)142º31.25%37.65%-
XYZ7.7710.068.55-
YUV84.86123.56114.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=27.62%
G=40.17%
B=32.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696770.3100.200.6214218.5231.76
Hex42604D1F0143E8e1320
Octal10214011537024762162340
Binary100001011000001001101111110101001111101000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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