#42684F

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

Shades of Feldgrau #42684F

Tints of Feldgrau #42684F

Color information

#42684F (or 0x42684F) is unknown color: approx Feldgrau. HEX triplet: 42, 68 and 4F. RGB value is (66,104,79). Sum of RGB (Red+Green+Blue) = 66+104+79=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #42684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42684F is #BD97B0. Grayscale: #595959. Windows color (decimal): -12425137 or 5204034. OLE color: 5204034.

HSL color Cylindrical-coordinate representation of color #42684F: hue angle of 140.53º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42684F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB6610479-
CMYK0.3700.240.59
HSL140.53º22.35%33.33%-
HSV(B)140.53º36.54%40.78%-
XYZ8.6111.629.19-
YUV89.79121.91111.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=26.51%
G=41.77%
B=31.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104790.3700.240.59140.5322.3533.33
Hex42684F250183B8d1621
Octal10215011745030732152641
Binary1000010110100010011111001010110001110111000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42684F; }

 p { color: rgb(66,104,79); }

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

<style>
 a { background-color: #42684F; }

 a { background-color: rgb(66,104,79); }

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

<style>
 span { border-color: #42684F; }

 span { border-color: rgb(66,104,79); }

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