#42654F

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

Shades of Feldgrau #42654F

Tints of Feldgrau #42654F

Color information

#42654F (or 0x42654F) is unknown color: approx Feldgrau. HEX triplet: 42, 65 and 4F. RGB value is (66,101,79). Sum of RGB (Red+Green+Blue) = 66+101+79=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #42654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42654F is #BD9AB0. Grayscale: #585858. Windows color (decimal): -12425905 or 5203266. OLE color: 5203266.

HSL color Cylindrical-coordinate representation of color #42654F: hue angle of 142.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42654F is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB6610179-
CMYK0.3500.220.60
HSL142.29º20.96%32.75%-
HSV(B)142.29º34.65%39.61%-
XYZ8.3111.039.09-
YUV88.03122.9112.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=26.83%
G=41.06%
B=32.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101790.3500.220.60142.2920.9632.75
Hex42654F230163C8e1521
Octal10214511743026742162541
Binary1000010110010110011111000110101101111001000111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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