#42604C

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

Shades of Feldgrau #42604C

Tints of Feldgrau #42604C

Color information

#42604C (or 0x42604C) is unknown color: approx Feldgrau. HEX triplet: 42, 60 and 4C. RGB value is (66,96,76). Sum of RGB (Red+Green+Blue) = 66+96+76=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #42604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42604C is #BD9FB3. Grayscale: #545454. Windows color (decimal): -12427188 or 5005378. OLE color: 5005378.

HSL color Cylindrical-coordinate representation of color #42604C: hue angle of 140º 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 #42604C is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB669676-
CMYK0.3100.210.62
HSL140º18.52%31.76%-
HSV(B)140º31.25%37.65%-
XYZ7.7310.058.37-
YUV84.75123.06114.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=27.73%
G=40.34%
B=31.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696760.3100.210.6214018.5231.76
Hex42604C1F0153E8c1320
Octal10214011437025762142340
Binary100001011000001001100111110101011111101000110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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