#42634C

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

Shades of Feldgrau #42634C

Tints of Feldgrau #42634C

Color information

#42634C (or 0x42634C) is unknown color: approx Feldgrau. HEX triplet: 42, 63 and 4C. RGB value is (66,99,76). Sum of RGB (Red+Green+Blue) = 66+99+76=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #42634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42634C is #BD9CB3. Grayscale: #565656. Windows color (decimal): -12426420 or 5006146. OLE color: 5006146.

HSL color Cylindrical-coordinate representation of color #42634C: hue angle of 138.18º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42634C is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB669976-
CMYK0.3300.230.61
HSL138.18º20%32.35%-
HSV(B)138.18º33.33%38.82%-
XYZ8.0110.68.46-
YUV86.51122.07113.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=27.39%
G=41.08%
B=31.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6699760.3300.230.61138.182032.35
Hex42634C210173D8a1420
Octal10214311441027752122440
Binary1000010110001110011001000010101111111011000101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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